主要改进: - Agent 增强: 订单查询、售后支持、客服路由等功能优化 - 新增语言检测和 Token 管理模块 - 改进 Chatwoot webhook 处理和用户标识 - MCP 服务器增强: 订单 MCP 和 Strapi MCP 功能扩展 - 新增商城客户端、知识库、缓存和同步模块 - 添加多语言提示词系统 (YAML) - 完善项目结构: 整理文档、脚本和测试文件 - 新增调试和测试工具脚本 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
29 lines
330 B
Plaintext
29 lines
330 B
Plaintext
# FastMCP Framework
|
|
fastmcp>=0.1.0
|
|
|
|
# HTTP Server
|
|
fastapi>=0.100.0
|
|
uvicorn>=0.23.0
|
|
|
|
# HTTP Client
|
|
httpx>=0.26.0
|
|
|
|
# Data Validation
|
|
pydantic>=2.5.0
|
|
pydantic-settings>=2.1.0
|
|
|
|
# Environment & Config
|
|
python-dotenv>=1.0.0
|
|
|
|
# Logging
|
|
structlog>=24.1.0
|
|
|
|
# Configuration
|
|
pyyaml>=6.0
|
|
|
|
# Cache
|
|
redis>=5.0.0
|
|
|
|
# Scheduler
|
|
apscheduler>=3.10.0
|