requirements.txt 184 B

123456789101112131415161718
  1. #HelloAgents框架
  2. hello-agents[all]>=0.1.0
  3. #LLM与搜索工具
  4. openai
  5. tavily-python
  6. numpy
  7. #Jupyter环境
  8. jupyter>=1.0.0
  9. notebook>=7.0.0
  10. #环境变量管理
  11. python-dotenv>=1.0.0