requirements.txt 285 B

123456789101112131415161718
  1. # HelloAgents框架
  2. hello-agents[all]>=0.1.0
  3. # LLM与搜索工具
  4. openai
  5. tavily-python
  6. numpy
  7. # Jupyter环境 & 异步修补 (新增 nest_asyncio)
  8. jupyter>=1.0.0
  9. notebook>=7.0.0
  10. nest_asyncio>=1.5.0
  11. # 环境变量管理
  12. python-dotenv>=1.0.0
  13. # MCP 协议支持 (新增 mcp)
  14. mcp>=0.1.0