requirements.txt 166 B

1234567891011121314
  1. # 核心依赖
  2. hello-agents[all]>=0.2.7
  3. # LLM相关
  4. openai>=1.0.0
  5. # 数据处理
  6. pandas>=2.0.0
  7. numpy>=1.24.0
  8. # 其他工具
  9. python-dotenv>=1.0.0
  10. requests>=2.31.0