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": "Creating...",
"create": "Create Role"
},
"workflowRun": {
"allStatus": "All statuses",
"completed": "Completed",
"interrupted": "Interrupted",
"failed": "Failed",
"allAgents": "All agents",
"loadAgentsFailed": "Could not load AI agents.",
"loadDetailFailed": "Could not load workflow run details.",
"conversationId": "Conversation ID",
"messageId": "Message ID",
"workflowVersionId": "Workflow Version ID",
"agent": "Agent",
"searchAgent": "Search agents",
"emptyAgent": "No agents found",
"status": "Status",
"startedAt": "Started At",
"endedAt": "Ended At",
"workflow": "Workflow",
"version": "Version",
"message": "Message",
"conversationShort": "Conversation #{id}",
"messageShort": "Message #{id}",
"duration": "Duration",
"error": "Error",
"refresh": "Refresh",
"query": "Search",
"loading": "Loading workflow runs",
"empty": "No workflow runs yet",
"loadFailed": "Could not load workflow runs.",
"detailTitle": "Workflow Run Detail",
"detailDescription": "Inspect workflow execution path",
"close": "Close",
"loadingDetail": "Loading workflow run detail",
"interruptNode": "Interrupt Node",
"emptyNodes": "No node records",
"notFound": "Workflow run not found",
"input": "Input",
"output": "Output"
},
"nav": {
"overview": "Overview",
"receptionCenter": "Support Desk",
@@ -2273,6 +2312,7 @@
"aiConfigs": "Model Settings",
"aiAgents": "Agents",
"aiWorkflows": "AI Workflows",
"workflowRuns": "Workflow Audit",
"skillDefinition": "Skills",
"mcp": "MCP tools",
"system": "System",
+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": "系统管理",