fix: 修复 __init__.py 导入旧工具的问题
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 5m40s
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 5m40s
This commit is contained in:
@@ -3,6 +3,5 @@ AI Agent 应用模块
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
from .agent.agent_service import AIAgentService
|
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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user