16337
8156f54004
重构 Agent:引入 LangGraph StateGraph 替代手写 FC 循环
架构变更:
- 新增 app/services/agent/ 模块(state/prompts/graph/tools)
- 7 个工具从 _tool_xxx 方法提取为 @tool 装饰器函数
- 构建 assistant + ToolNode 的 ReAct 图
- agent_dispatcher.py 改为薄壳入口,支持 USE_LANGGRAPH 开关
- MemorySaver checkpoint 持久化对话(thread_id=wechat-{user_id})
- 新增依赖:langchain-core, langchain-openai, langgraph
向后兼容:
- USE_LANGGRAPH=false 可切回旧版 FC 循环
- LangGraph 初始化失败自动降级到 Legacy 模式
- 企微图片处理/VLM分析逻辑不变
2026-03-25 13:52:55 +08:00
..
2026-03-25 13:52:55 +08:00
2026-03-25 13:52:55 +08:00
2026-02-02 09:40:02 +08:00
2026-03-24 11:17:23 +08:00
2026-03-09 16:29:28 +08:00
2026-03-24 13:38:45 +08:00
2026-03-25 10:07:55 +08:00
2026-03-09 16:27:30 +08:00
2026-03-09 16:27:30 +08:00
2026-03-25 12:37:00 +08:00
2026-03-18 16:05:05 +08:00
2026-03-18 16:39:16 +08:00
2026-03-24 11:17:12 +08:00
2026-03-16 16:54:48 +08:00
2026-03-09 10:42:32 +08:00
2026-03-24 16:43:04 +08:00
2026-03-25 12:37:00 +08:00
2026-03-09 16:29:28 +08:00