Forget experience
forget_experienceDelete a specific past task from the project's memory to erase sensitive or incorrect lessons, permanently removing its executions, tool calls, and experience nodes from the local Experience Graph.
Instructions
Delete one past task from this project's memory.
Returns: one line listing what was removed (task, executions, tool calls, outcomes, experience, lessons), or
'Not forgotten' when confirm is false.
Use when: the user explicitly asks to forget a specific past task, for example one that involved sensitive
work or taught a wrong lesson. Never call it on your own initiative.
Not for: deleting everything; the user runs openreflex forget --yes for that.
Side effects: permanently removes that task's nodes from the local Experience Graph; other tasks are
untouched. Touches no project files.
Errors: 'Unknown experience id' for an id that does not exist, is not an experience, or was already
forgotten; a 'not enabled' message until the project is approved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | true only when the user has explicitly asked to forget this task; with false (the default) nothing is deleted. | |
| experience_id | Yes | The experience id to delete, as returned by search_experience; starts with 'exp-'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |