- 后端:项目/运行 API、上下文服务与数据模型 - 前端:Studio 列表、编辑页(R1/R2 布局)、运行页与节点图 - 编辑页顶部:CSS Grid 统一标签行与控件行对齐,项目按钮独立第三行 - Docker 开发配置与文档脚本 Co-authored-by: Cursor <cursoragent@cursor.com>
57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
||
"builtIn": [
|
||
{
|
||
"ref": "workflow.goal",
|
||
"label": "工作流目标文本",
|
||
"description": "当前 Studio 项目的 workflowGoal 全文(系统自动注入,不可手动选择)",
|
||
"autoInjected": true
|
||
},
|
||
{
|
||
"ref": "workflow.boundWorldbook",
|
||
"label": "绑定世界书摘要",
|
||
"description": "项目绑定的世界书 meta / 摘要(系统自动注入,不可手动选择)",
|
||
"autoInjected": true
|
||
},
|
||
{
|
||
"ref": "workflow.boundCharacter",
|
||
"label": "绑定角色卡摘要",
|
||
"description": "项目绑定的角色卡摘要(系统自动注入,不可手动选择)",
|
||
"autoInjected": true
|
||
}
|
||
],
|
||
"dynamicSuffixes": [
|
||
{
|
||
"suffix": ".output",
|
||
"labelPattern": "{displayName} · 世界书条目"
|
||
}
|
||
],
|
||
"autoInjectedContext": [
|
||
"目前产物",
|
||
"思考流程",
|
||
"核心目的",
|
||
"评价标准与优化建议"
|
||
],
|
||
"autoInjectedContextDefs": [
|
||
{
|
||
"id": "currentProduct",
|
||
"label": "目前产物",
|
||
"description": "当前步骤已生成的世界书条目草稿或最新版本,供模型在迭代修改时对照与延续。"
|
||
},
|
||
{
|
||
"id": "thinkingFlow",
|
||
"label": "思考流程",
|
||
"description": "本步骤配置的 thinkingPrompt,引导模型按既定步骤推理与自检。"
|
||
},
|
||
{
|
||
"id": "coreGoal",
|
||
"label": "核心目的",
|
||
"description": "本步骤的 stepGoal(步骤目标),明确本步要产出的内容与边界。"
|
||
},
|
||
{
|
||
"id": "scoringCriteria",
|
||
"label": "评价标准与优化建议",
|
||
"description": "本步骤启用的 scoring 评价维度及准则,用于模型自检与优化表述。"
|
||
}
|
||
]
|
||
}
|