1
0

requirements.txt 210 B

1234567891011121314
  1. # 核心依赖
  2. hello-agents>=1.0.0
  3. # Web 框架
  4. fastapi>=0.109.0
  5. uvicorn[standard]>=0.27.0
  6. sse-starlette>=2.0.0
  7. # 工具库
  8. python-dotenv>=1.0.0
  9. pydantic>=2.0.0
  10. click>=8.0.0
  11. rich>=13.0.0
  12. httpx[socks]>=0.28.1