mirror of
https://mirror.skon.top/github.com/cft0808/edict
synced 2026-04-20 21:00:16 +08:00
- EventBus: Redis Streams pub/sub for decoupled service communication - State machine: strict lifecycle transitions with audit logging - Dispatch worker: parallel execution, retry with backoff, resource locking - Orchestrator: DAG-based task decomposition and dependency resolution - Outbox relay: transactional outbox pattern for reliable event delivery - Auth: dashboard authentication module - Agent groups: sansheng/liubu agent configuration - CI/CD: Docker publish workflow, systemd service, start script - Frontend: dashboard build assets - Tests: state machine consistency tests
11 lines
521 B
Plaintext
11 lines
521 B
Plaintext
# 三省六部 · Python 依赖
|
||
# 安装: pip install -r requirements.txt
|
||
|
||
# 核心依赖(看板 + 数据同步,无需额外依赖,均为 Python 标准库)
|
||
# dashboard/server.py - http.server, json, pathlib, etc.
|
||
# scripts/*.py - json, pathlib, subprocess, datetime, etc.
|
||
|
||
# 可选依赖(按需安装)
|
||
numpy # scripts/linucb_router.py - 吏部智选 AgentRec 模型推荐
|
||
# playwright # scripts/take_screenshots.py - 自动截图(需要额外安装浏览器: playwright install chromium)
|