feat: V1 - DAG编排/告警系统/Agent循环/知识库RAG/Webhook + 审核管理富上下文修复
This commit is contained in:
@@ -8,9 +8,13 @@ from app.models.worker import AIWorker
|
|||||||
from app.models.artifact import Artifact
|
from app.models.artifact import Artifact
|
||||||
from app.models.review import Review
|
from app.models.review import Review
|
||||||
from app.models.cost import CostLog
|
from app.models.cost import CostLog
|
||||||
|
from app.models.alert import Alert
|
||||||
|
from app.models.webhook import WebhookConfig
|
||||||
|
from app.models.knowledge import KnowledgeDoc
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"Base", "TimestampMixin", "TenantMixin",
|
"Base", "TimestampMixin", "TenantMixin",
|
||||||
"Tenant", "User", "Project", "Task",
|
"Tenant", "User", "Project", "Task",
|
||||||
"AIWorker", "Artifact", "Review", "CostLog",
|
"AIWorker", "Artifact", "Review", "CostLog",
|
||||||
|
"Alert", "WebhookConfig", "KnowledgeDoc",
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user