replay_memory
Retrieve the full chronological history of a memory, including creation, updates, links, and supersedes. Shows every operation affecting the memory.
Instructions
Get the full history of a single memory.
Shows every operation that affected this memory — creation, updates, links, supersedes — in chronological order.
Args: memory_id: UUID of the memory.
Returns: JSON string with chronological event list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |