万忆过程存档
Archive task execution phases into a trajectory; failures auto-save to a mistake notebook, successes to an experience base. Set memory anchors to resume interrupted work.
Instructions
过程记忆(ExpeL式):将任务执行的一个阶段(规划/尝试/纠错/反思/结论)存入轨迹档案,失败自动沉淀错题本,成功结论自动沉淀经验库,可设记忆锚点断点恢复
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phase | Yes | 阶段:规划/尝试/纠错/反思/结论 | |
| content | Yes | 该阶段的完整过程内容 | |
| outcome | No | 结果:neutral/success/failure,failure自动入错题本 | neutral |
| task_name | Yes | 任务名称 | |
| process_id | No | 轨迹ID(续写同一条轨迹时传入) | |
| anchor_state | No | 设置记忆锚点(断点恢复所需状态) |