From f27474e9f41b0f13e14b7c31fac038cc83a33e64 Mon Sep 17 00:00:00 2001 From: root <953994191@qq.com> Date: Wed, 29 Apr 2026 18:59:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20app/=5F=5Finit=5F=5F.py=20?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=20graph=5Ftools=20=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/__init__.py b/backend/app/__init__.py index 529cfa2..7b70c1a 100644 --- a/backend/app/__init__.py +++ b/backend/app/__init__.py @@ -3,6 +3,6 @@ AI Agent 应用模块 """ from .agent.service import AIAgentService -from app.main_graph.graph_tools import AVAILABLE_TOOLS, TOOLS_BY_NAME +from app.main_graph.tools.graph_tools import AVAILABLE_TOOLS, TOOLS_BY_NAME __all__ = ["AIAgentService", "AVAILABLE_TOOLS", "TOOLS_BY_NAME"]