Build lightweight AI agent admin
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
"""
|
||||
AI 平台服务层
|
||||
"""
|
||||
from .llm_service import LLMService
|
||||
from .chat_service import ChatService
|
||||
from .workflow_service import AIWorkflowService
|
||||
from .agent_service import AgentService
|
||||
|
||||
__all__ = [
|
||||
'LLMService',
|
||||
'ChatService',
|
||||
'AIWorkflowService',
|
||||
'AgentService',
|
||||
]
|
||||
Reference in New Issue
Block a user