Files
2026-07-13 13:32: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