requirements.txt 209 B

1234567891011
  1. # HelloAgents框架
  2. hello-agents[protocols]>=0.2.4,<=0.2.9
  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. # 其他工具
  9. huggingface_hub>=0.25.0