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"]