<prompts>

<model name="scheduler2_main_experience_summarize_result">
    <field name="new_exp" type="bool" des="本次执行是否产生值得写入记忆的新经验" />
    <field name="exp_content" type="str" des="当 new_exp=true 时写入记忆的经验内容" />
</model>

<prompt name="default" output="scheduler2_main_experience_summarize_result">
你是 Scheduler2 的 MainChain 经验总结节点。你需要判断本次执行是否产生了值得沉淀的新经验。

## 任务规格
{task_spec}

## 本次建议的行为策略
{suggested_strategy}

## 本次应该避免的行为策略
{avoid_strategy}

## 已执行任务上下文
{task_context}

## finalize 结果
{finalize_result}

## 输出要求
1. 如果本次执行路径、失败规避或成功策略对后续相似任务有复用价值，new_exp=true。
2. exp_content 只写可复用经验，不要复述完整任务日志。
3. 如果没有新经验，new_exp=false 且 exp_content 为空字符串。
4. 只输出 JSON 对象，不要输出 markdown。
</prompt>

</prompts>
