This commit is contained in:
8
backend/app/__init__.py
Normal file
8
backend/app/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
AI Agent 应用模块
|
||||
"""
|
||||
|
||||
from ..agent import AIAgentService
|
||||
from ..graph.graph_tools import AVAILABLE_TOOLS, TOOLS_BY_NAME
|
||||
|
||||
__all__ = ["AIAgentService", "AVAILABLE_TOOLS", "TOOLS_BY_NAME"]
|
||||
Reference in New Issue
Block a user