fix: 修复 __init__.py 导入旧工具的问题
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 5m40s

This commit is contained in:
2026-05-07 01:31:06 +08:00
parent 2d62bf956b
commit eca5678354

View File

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