| 1234567891011121314151617181920212223242526272829303132 |
- # HelloAgents框架 【修复:匹配项目1.0.2版本,删除无效protocols】
- #hello-agents==1.0.2
- # FastAPI和相关依赖
- fastapi>=0.115.0
- uvicorn[standard]>=0.32.0
- pydantic>=2.0.0
- pydantic-settings>=2.0.0
- # HTTP客户端
- httpx>=0.27.0
- aiohttp>=3.10.0
- # 环境变量管理
- python-dotenv>=1.0.0
- # CORS支持
- python-multipart>=0.0.9
- # 日志
- loguru>=0.7.0
- # RSA非对称加密(前端密码传输)
- cryptography>=41.0.0
- # MCP相关
- fastmcp>=2.0.0
- uv>=0.8.0
- # 其他工具
- python-dateutil>=2.8.2
- huggingface_hub>=0.25.0
|