Develop - #225
Closed
heyailab wants to merge 5 commits into
Closed
Conversation
- src/novel/types.ts: 全模块核心类型(专家/任务卡片/19线矩阵/伏笔/章节状态机/AG-UI/Plot Git/一致性路由) - src/novel/expert-registry.ts: 主编+八将+四翼 13 专家档案注册表 - src/templates/novel/experts/chief.md: 角色卡样板(含 5 个 AG-UI 决策节点约定)
- chief.md 主编中枢(5 个 AG-UI 决策节点) - 创作八将:灵思/构世/塑像/谋篇/埋线/执笔/淬文/审校(含知识中心标记) - 支撑四翼:布景/监工/装帧/试读 - 每卡含:定位/职责/输入/产出 schema/质量标准/边界/上下游衔接 - 关键机制落实:方案卡片六块、19 线矩阵插针、双基准审校、去 AI 味三道防护、黄金三章检验
- workflow-engine.ts: 创作八将顺序协作状态机 (pending/running/waiting/blocked/done/failed/frozen) 采纳放行/驳回打回(可指定回退节点)/中断恢复/锁定解锁/超限防死循环 - agui-bridge.ts: Agent 端 AG-UI 适配 决策卡片发出(复用 OutboundMessage.metadata.agentUi 预留通道) 挂起等待用户响应(Promise + 超时)→ 恢复执行 confirm/accept 快捷方法,pending 计数供主编控制台监控
- skills/novel-orchestration: 召见决策矩阵 + 任务卡 schema + 5 确认节点硬规则 - skills/novel-pitch: 灵思方案卡片(三入口 → 3 差异化方案,六块内容) - skills/novel-flow: 开书/日更/卷末复盘三流程 SOP + 三种调用模式 - chief-console.ts: 任务下发/专家执行器/进度快照/采纳驳回/中断恢复锁定 - commands.ts: /新书 /编委会 /流水线 /日更 /审稿 /会诊(执行器注入点) - index.ts: novel 模块出口
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.