完善配方驱动的创作编排

为可重复技能补充参数校验与展示,统一配方、编排器和执行单元术语。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
moran
2026-07-30 17:59:20 +08:00
parent e670a5129c
commit 6392af54b4
49 changed files with 1671 additions and 626 deletions

View File

@@ -13,12 +13,12 @@ function formatExportTime(iso) {
const KIND_LABELS = {
user_input: "用户输入",
orchestrator_decision: "导演决策",
orchestrator_prompt: "导演询问",
agent_tool: "Agent Tool",
worker_running: "Worker 执行",
worker_output: "Worker 产出",
worker_stub: "Worker 占位",
orchestrator_decision: "编排器决策",
orchestrator_prompt: "编排器询问",
agent_tool: "工具",
worker_running: "执行单元 · 执行",
worker_output: "执行单元 · 产出",
worker_stub: "执行单元 · 占位",
system_info: "系统",
error: "错误",
};
@@ -39,7 +39,7 @@ export function sessionToMarkdown(view) {
if (view.skillCatalog?.length) {
const stageLabel = view.lifecycleStage === "play" ? "游玩" : "创作";
lines.push(`## ${stageLabel}清单`);
lines.push(`## ${stageLabel}能清单`);
lines.push("");
for (const skill of view.skillCatalog) {
const mark =