| Python | 3.11+ | 运行时(Tauri 内嵌 3.12.7) |
| FastAPI | 0.104+ | Web 框架 |
| Uvicorn | 0.24+ | ASGI 服务器 |
| deepagents | 0.4.1+ | AI Agent 框架(自有 fork) |
| LangGraph | latest | Agent 状态图 + checkpointer |
| LangChain | latest | LLM 抽象层 |
| langchain-anthropic / openai | latest | Claude / GPT 适配 |
| langgraph-checkpoint-sqlite | latest | 状态持久化(WAL 模式) |
| Pydantic | 2.0+ | 数据校验 |
| boto3 / aioboto3 | latest | S3 存储(仅 S3 模式) |
| httpx | 0.27+ | 异步 HTTP 客户端 |
| bcrypt | 4.0+ | 密码哈希(sha256 fallback) |
| pycryptodome | 3.20+ | AES-128-ECB(WeChat 媒体)+ AES-256-GCM(API Key) |
| croniter | latest | Cron 表达式(按用户时区) |
| silk-python | 0.2+ | WeChat 语音 SILK 解码 |
| websockets | 11+ | S2S WebSocket 代理 |