From eca5678354b1dd9c69b84f23a735828673ae5be7 Mon Sep 17 00:00:00 2001 From: root <953994191@qq.com> Date: Thu, 7 May 2026 01:31:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20=5F=5Finit=5F=5F.py?= =?UTF-8?q?=20=E5=AF=BC=E5=85=A5=E6=97=A7=E5=B7=A5=E5=85=B7=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/app/__init__.py b/backend/app/__init__.py index 552fda9..95e8745 100644 --- a/backend/app/__init__.py +++ b/backend/app/__init__.py @@ -3,6 +3,5 @@ AI Agent 应用模块 """ from .agent.agent_service import AIAgentService -from .main_graph.tools.graph_tools import AVAILABLE_TOOLS, TOOLS_BY_NAME -__all__ = ["AIAgentService", "AVAILABLE_TOOLS", "TOOLS_BY_NAME"] +__all__ = ["AIAgentService"]