requirements.txt 319 B

123456789101112131415161718192021
  1. # 核心依赖
  2. hello-agents>=0.2.8
  3. fastapi>=0.115.0
  4. uvicorn[standard]>=0.32.0
  5. # 搜索后端
  6. tavily-python>=0.5.0
  7. ddgs>=9.6.1
  8. google-search-results>=2.4.2
  9. # LLM 与 AI 服务
  10. openai>=1.12.0
  11. huggingface-hub>=1.3.3
  12. # 音频处理
  13. pydub>=0.25.1
  14. # 工具与基础库
  15. python-dotenv==1.0.1
  16. requests>=2.31.0
  17. loguru>=0.7.3