Build lightweight AI agent admin
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
AI 平台 Schema 定义
|
||||
"""
|
||||
from .provider_schema import *
|
||||
from .model_schema import *
|
||||
from .app_schema import *
|
||||
from .chat_schema import *
|
||||
from .workflow_schema import *
|
||||
from .agent_schema import *
|
||||
Reference in New Issue
Block a user