feat: 完善 Agent 标准交互与安全运行时

- 接入 AG-UI 运行投影、Turn 时间线和审批隔离

- 增加 Agent Skill 冻结绑定与运行时消费闭环

- 增加受控工作区、内置工具和私有 Artifact 生命周期
This commit is contained in:
2026-08-19 22:13:41 +08:00
parent 91d66e636d
commit 4e8640dcaf
241 changed files with 24382 additions and 2777 deletions

View File

@@ -97,10 +97,12 @@
"submitOfflineApprovalConfirm": "Take the current workflow offline?",
"submitDeleteApprovalConfirm": "Delete the current workflow?",
"offlineImpactBoundAgentsIntro": "This workflow is currently bound to the following agents:",
"offlineImpactBoundAgentsFooter": "After the workflow goes offline, the system will automatically remove it from these agents.",
"offlineImpactBoundAgentsFooter": "Remove this workflow from these agents first.",
"offlineImpactBoundSkillsIntro": "This workflow is currently bound to the following Skills:",
"offlineImpactBoundPluginsIntro": "This workflow is currently bound to the following plugins:",
"offlineImpactBoundPluginsFooter": "After offline approval succeeds, these plugins will automatically become unavailable and show the reason in plugin management.",
"offlineImpactBoundMixedFooter": "After offline approval succeeds, the system will remove the workflow from agents and mark the related plugins as unavailable.",
"offlineImpactBoundPluginsFooter": "Update the plugins that reference this workflow first.",
"offlineImpactBoundMixedFooter": "Remove all references before taking this workflow offline.",
"offlineImpactBlockedFooter": "Remove the references above before taking this workflow offline.",
"publishPendingHint": "There is already an approval in progress for this workflow.",
"deletePendingHint": "There is already an approval in progress for this workflow.",
"check": "Check",

View File

@@ -97,10 +97,12 @@
"submitOfflineApprovalConfirm": "确认下线当前工作流吗?",
"submitDeleteApprovalConfirm": "确认删除当前工作流吗?",
"offlineImpactBoundAgentsIntro": "当前工作流被以下智能体绑定:",
"offlineImpactBoundAgentsFooter": "下线成功后,系统会自动从这些智能体中解绑该工作流。",
"offlineImpactBoundAgentsFooter": "请先从这些智能体中移除该工作流。",
"offlineImpactBoundSkillsIntro": "当前工作流被以下 Skill 绑定:",
"offlineImpactBoundPluginsIntro": "当前工作流被以下插件绑定:",
"offlineImpactBoundPluginsFooter": "下线审批通过后,这些插件会自动变为不可用,并在插件页展示对应原因。",
"offlineImpactBoundMixedFooter": "下线审批通过后,系统会自动从智能体中解绑该工作流,同时让相关插件进入不可用状态。",
"offlineImpactBoundPluginsFooter": "请先调整引用该工作流的插件。",
"offlineImpactBoundMixedFooter": "请先取消所有引用后再下线。",
"offlineImpactBlockedFooter": "请先取消以上引用后再下线。",
"publishPendingHint": "当前工作流已有进行中的审批,请等待处理完成。",
"deletePendingHint": "当前工作流已有进行中的审批,请等待处理完成。",
"check": "检查",