1
0

requirements.txt 385 B

12345678910111213141516171819202122232425262728
  1. # Hello Agents 框架
  2. hello-agents[all]>=0.2.7
  3. # LLM 支持
  4. openai>=1.0.0
  5. anthropic>=0.18.0
  6. # 数据处理
  7. pandas>=2.0.0
  8. numpy>=1.24.0
  9. # 网页抓取
  10. requests>=2.31.0
  11. beautifulsoup4>=4.12.0
  12. # 搜索API
  13. tavily-python>=0.3.0
  14. # 工具与环境
  15. python-dotenv>=1.0.0
  16. pydantic>=2.0.0
  17. # 可选:Excel报告生成
  18. openpyxl>=3.1.0
  19. # 开发工具(可选)
  20. pytest>=7.4.0
  21. black>=23.0.0