Files
autogen/requirements.txt

23 lines
354 B
Plaintext
Raw Normal View History

2026-03-12 13:27:03 +08:00
# AutoGen SDLC 多智能体系统依赖包
# 核心框架
pyautogen>=0.2.16
# 阿里云 DashScope SDKQwen 模型)
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