调用腾讯混元对剧本进行评分与分析,作为阶段2质量门禁与改写依据。关键词:评分, 评测, 审阅, review, quality gate
对剧本做多维评分并给出可执行改写建议,作为阶段2是否进入阶段3的门禁。
script.json(含 shared.planning 与 storyboards)。.txt 上下文传给混元生文 API。scripts/<script_name>/review.json。ratings(分维度)overall_scorestrengthsweaknessessuggestionsquality_gatedelivery_gate(推荐新增,取值:pass / pass_with_polish / rewrite_needed)stop_reason(推荐新增,说明为何停止或继续迭代)context_files 仅使用 .txt。quality_gate=pass,则 delivery_gate=pass。rewrite_needed,但同时满足以下条件,则 delivery_gate=pass_with_polish:
overall_score >= 6.5story_completeness >= 7visual_novel_adaptation >= 7delivery_gate=rewrite_needed。quality_gate 保留模型原始结论。delivery_gate 是供编排 skill 使用的统一停止条件。delivery_gate=pass_with_polish 时,表示可进入模块3,但仍应保留后续润色建议。