feat(backend): update database models and add agent_conversation
- base.py: update database base configuration - models/__init__.py: update models exports - models/system_setting.py: update system setting model - models/agent_conversation.py: add new agent conversation model
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from app.models.agent_conversation import AgentConversation, AgentConversationMessage
|
||||
from app.models.agent_asset import AgentAsset, AgentAssetReview, AgentAssetVersion
|
||||
from app.models.agent_run import AgentRun, AgentToolCall, SemanticParseLog
|
||||
from app.models.approval import ApprovalRecord
|
||||
@@ -20,6 +21,8 @@ from app.models.system_setting_secret import SystemSettingSecret
|
||||
__all__ = [
|
||||
"AccountsPayableRecord",
|
||||
"AccountsReceivableRecord",
|
||||
"AgentConversation",
|
||||
"AgentConversationMessage",
|
||||
"AgentAsset",
|
||||
"AgentAssetReview",
|
||||
"AgentAssetVersion",
|
||||
|
||||
Reference in New Issue
Block a user