新增: 工具工作流补全(diff_files工具 + 技能清单注入 + 工作流进度共享 + human端到端测试 + 知识库MCP工具)
This commit is contained in:
@@ -288,6 +288,9 @@ export interface WorkflowEventPayload {
|
||||
}
|
||||
}
|
||||
|
||||
/** 工作流 DAG 节点实时状态(WorkflowDagDisplay 高亮 + workflow store 共享推导) */
|
||||
export type NodeStatus = 'pending' | 'running' | 'completed' | 'failed' | 'skipped'
|
||||
|
||||
// ============================================================
|
||||
// 通用
|
||||
// ============================================================
|
||||
|
||||
Reference in New Issue
Block a user