brain_forget
Remove outdated or irrelevant memories by ID, file path, or search query. Deprecate to preserve audit history, or permanently purge with hard delete.
Instructions
Remove or deprecate specific memories from Local Brain. Can target a memory by ID, file path, or search query. By default deprecates the memory to maintain audit trail; pass hard_delete: true to purge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Exact memory ID to forget. | |
| query | No | Forget memories matching this text/topic. | |
| file_path | No | Forget all memories associated with this file path. | |
| hard_delete | No | If true, permanently deletes records from SQLite. Default is false (marks deprecated). |