edit_memory
Edit a wiki page without overwriting history: updates commit, re-derive summaries, merge tags, and link knowledge-graph changes.
Instructions
Edit a wiki page — the change lands as an update commit, never overwriting history (see memory_history for the page's revisions).
Content edits re-derive the summary and merge in fresh auto-tags; new knowledge-graph links ride in the same commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Replacement tag list (omit to keep/auto-derive). | |
| title | No | New title (omit to keep). | |
| branch | No | Optional mind branch to edit on (default "main"). | |
| content | No | New content (omit to keep the current text). | |
| message | No | Optional commit message (default "edit: <title>"). | |
| memory_id | Yes | The memory to edit. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||