[MODIFY] MEM SEE OUTPUT

This commit is contained in:
Mark
2025-12-15 20:50:15 +08:00
parent 7bbef35b7d
commit 9b8db9a001
15 changed files with 863 additions and 144 deletions

View File

@@ -13,7 +13,7 @@ from app.db import Base
class ApiKeyType(StrEnum):
"""API Key 类型"""
AGENT = "agent" # 智能体
CLUSTER = "cluster" # 集群
CLUSTER = "multi_agent" # 集群
WORKFLOW = "workflow" # 工作流
SERVICE = "service" # 服务