feat: 添加天气、网页搜索mcp
This commit is contained in:
23
requirements.txt
Normal file
23
requirements.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user