requirements.txt 414 B

1234567891011121314151617181920212223242526272829
  1. # HelloAgents框架
  2. hello-agents[protocols]>=0.2.4
  3. # FastAPI和相关依赖
  4. fastapi>=0.115.0
  5. uvicorn[standard]>=0.32.0
  6. pydantic>=2.0.0
  7. pydantic-settings>=2.0.0
  8. # HTTP客户端
  9. httpx>=0.27.0
  10. aiohttp>=3.10.0
  11. # 环境变量管理
  12. python-dotenv>=1.0.0
  13. # CORS支持
  14. python-multipart>=0.0.9
  15. # 日志
  16. loguru>=0.7.0
  17. # MCP相关
  18. fastmcp>=2.0.0
  19. uv>=0.8.0
  20. # 其他工具
  21. python-dateutil>=2.8.2
  22. huggingface_hub>=0.25.0