新增: 工具工作流补全(diff_files工具 + 技能清单注入 + 工作流进度共享 + human端到端测试 + 知识库MCP工具)

This commit is contained in:
lxy
2026-08-08 21:24:53 +08:00
parent 6ba6daf188
commit 9eb2995a74
14 changed files with 807 additions and 93 deletions
+3
View File
@@ -288,6 +288,9 @@ export interface WorkflowEventPayload {
}
}
/** 工作流 DAG 节点实时状态(WorkflowDagDisplay 高亮 + workflow store 共享推导) */
export type NodeStatus = 'pending' | 'running' | 'completed' | 'failed' | 'skipped'
// ============================================================
// 通用
// ============================================================