feat: add AI workflow run management with detailed audit items and UI integration

This commit is contained in:
mlogclub
2026-06-24 09:52:00 +08:00
parent 02ae515bd6
commit 46bcc55658
12 changed files with 694 additions and 10 deletions
+40
View File
@@ -2254,6 +2254,45 @@
"creating": "创建中...",
"create": "创建角色"
},
"workflowRun": {
"allStatus": "全部状态",
"completed": "已完成",
"interrupted": "已中断",
"failed": "失败",
"allAgents": "全部 Agent",
"loadAgentsFailed": "加载 AI Agent 列表失败",
"loadDetailFailed": "加载流程执行详情失败",
"conversationId": "会话ID",
"messageId": "消息ID",
"workflowVersionId": "流程版本ID",
"agent": "Agent",
"searchAgent": "搜索 Agent",
"emptyAgent": "未找到 Agent",
"status": "状态",
"startedAt": "开始时间",
"endedAt": "结束时间",
"workflow": "流程",
"version": "版本",
"message": "消息",
"conversationShort": "会话 #{id}",
"messageShort": "消息 #{id}",
"duration": "耗时",
"error": "错误",
"refresh": "刷新",
"query": "查询",
"loading": "加载流程执行记录中",
"empty": "暂无流程执行记录",
"loadFailed": "加载流程执行记录失败",
"detailTitle": "流程执行详情",
"detailDescription": "查看流程执行链路",
"close": "关闭",
"loadingDetail": "加载流程执行详情中",
"interruptNode": "中断节点",
"emptyNodes": "暂无节点记录",
"notFound": "未找到流程执行记录",
"input": "输入",
"output": "输出"
},
"nav": {
"overview": "总览",
"receptionCenter": "接待中心",
@@ -2273,6 +2312,7 @@
"aiConfigs": "AI模型",
"aiAgents": "Agent",
"aiWorkflows": "AI流程",
"workflowRuns": "流程审计",
"skillDefinition": "Skills",
"mcp": "MCP tools",
"system": "系统管理",