Files
vtb/requirements.txt
2026-03-05 18:45:04 +08:00

24 lines
369 B
Plaintext

# FastAPI 和服务器
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
websockets>=12.0
# AutoGen 相关
autogen-agentchat>=0.4.0
autogen-core>=0.4.0
autogen-ext[ollama]>=0.4.0
# 语音处理
openai-whisper>=20231117
pyttsx3>=2.90
edge-tts>=6.1.9
# MCP 工具依赖
httpx>=0.25.0
beautifulsoup4>=4.12.0
lxml>=5.0.0
# 其他工具
python-multipart>=0.0.6
pydantic>=2.5.0