| 123456789101112131415161718192021 |
- # 核心依赖
- hello-agents>=0.2.8
- fastapi>=0.115.0
- uvicorn[standard]>=0.32.0
- # 搜索后端
- tavily-python>=0.5.0
- ddgs>=9.6.1
- google-search-results>=2.4.2
- # LLM 与 AI 服务
- openai>=1.12.0
- huggingface-hub>=1.3.3
- # 音频处理
- pydub>=0.25.1
- # 工具与基础库
- python-dotenv==1.0.1
- requests>=2.31.0
- loguru>=0.7.3
|