Read memory
memory_readRetrieve a stored memory's full content and provenance, including frontmatter, supersede chain, conflicts, and usage, by specifying its id or file path.
Instructions
Full content plus provenance: frontmatter, supersede chain in both directions, conflicts, usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Memory id (ULID) | |
| path | No | Path of a memory file inside the store (instead of id) | |
| store | No | Absolute path of the memory store directory. Omit for the default store. |