修复 app/__init__.py 中的 graph_tools 导入路径
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Has been cancelled
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Has been cancelled
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user