23 lines
354 B
Plaintext
23 lines
354 B
Plaintext
|
|
# AutoGen SDLC 多智能体系统依赖包
|
|||
|
|
|
|||
|
|
# 核心框架
|
|||
|
|
pyautogen>=0.2.16
|
|||
|
|
|
|||
|
|
# 阿里云 DashScope SDK(Qwen 模型)
|
|||
|
|
dashscope>=1.14.0
|
|||
|
|
|
|||
|
|
# 前端界面
|
|||
|
|
streamlit>=1.28.0
|
|||
|
|
|
|||
|
|
# 测试工具
|
|||
|
|
pytest>=7.4.0
|
|||
|
|
pytest-cov>=4.1.0
|
|||
|
|
|
|||
|
|
# 工具库
|
|||
|
|
python-dotenv>=1.0.0 # 环境变量管理
|
|||
|
|
|
|||
|
|
# 可选:代码质量工具
|
|||
|
|
# black>=23.0.0
|
|||
|
|
# flake8>=6.0.0
|
|||
|
|
# mypy>=1.0.0
|