requirements.txt 161 B

1234567891011
  1. # 核心依赖
  2. hello-agents[all]>=0.2.7
  3. # Web框架
  4. fastapi>=0.109.0
  5. uvicorn>=0.27.0
  6. python-multipart>=0.0.9
  7. # 其他工具
  8. python-dotenv>=1.0.0
  9. pytest>=8.0.0