第一次提交

This commit is contained in:
2026-03-12 13:27:03 +08:00
commit 27fba7a7cc
26 changed files with 6323 additions and 0 deletions

22
requirements.txt Normal file
View File

@@ -0,0 +1,22 @@
# 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