From 4976fccf7df4ea7462617fa253a3d2939d195a01 Mon Sep 17 00:00:00 2001 From: lixinyue <2569494688@qq.com> Date: Mon, 19 Jan 2026 19:06:56 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/api/app/services/memory_agent_service.py b/api/app/services/memory_agent_service.py index 701f9682..c9230a26 100644 --- a/api/app/services/memory_agent_service.py +++ b/api/app/services/memory_agent_service.py @@ -10,7 +10,6 @@ import re import time import uuid from typing import Any, AsyncGenerator, Dict, List, Optional - import redis from langchain_core.messages import HumanMessage