From 3670674e6b96460f86fc1f4180bb9b49eee2b3da Mon Sep 17 00:00:00 2001 From: lixinyue <2569494688@qq.com> Date: Mon, 19 Jan 2026 12:07:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89MCP=E6=A1=86=E6=9E=B6?= =?UTF-8?q?=EF=BC=8C=E9=87=8D=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/services/memory_agent_service.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/app/services/memory_agent_service.py b/api/app/services/memory_agent_service.py index 21407a33..ea76b5b3 100644 --- a/api/app/services/memory_agent_service.py +++ b/api/app/services/memory_agent_service.py @@ -456,6 +456,8 @@ class MemoryAgentService: config=config ): for node_name, node_data in update_event.items(): + # if 'save_neo4j' == node_name: + # massages = node_data print(f"处理节点: {node_name}") # 处理不同Summary节点的返回结构