requirements.txt 179 B

12345678910111213
  1. # HelloAgents框架
  2. hello-agents[all]>=0.1.0
  3. # Jupyter环境
  4. jupyter>=1.0.0
  5. notebook>=7.0.0
  6. # 环境变量管理
  7. python-dotenv>=1.0.0
  8. # 代码分析工具
  9. ast-comments>=1.0.0