Files
edict/requirements.txt
cft0808 74d8130391 feat: Week 0-4 optimizations - event bus, state machine, dispatch, outbox relay
- 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
2026-04-04 12:16:32 +08:00

11 lines
521 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 三省六部 · 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