memory_history
Retrieve the full change history of a memory slot or an entity's causal event chain, oldest to newest, with writer, session, and timestamps. Filter by a past date to see only versions written by then.
Instructions
With attribute: change history of that canonical fact slot —
every version, oldest→newest, each with writer/session, tx/valid time,
and age ("what did this used to be? who set it?"). as_of (ISO or
epoch): only versions written by then (compaction thins chains past
~30d).
Without attribute: the entity's causal CHAIN — dated
fact/entry/edge/lesson events merged oldest→newest ("what led to X?").
Returns: {entity, attribute, count, versions} (slot mode) or
{found, entity, count, events} (chain mode).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of | No | ||
| entity | Yes | ||
| attribute | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||