memory_related
Retrieve cross-referenced memories for a given memory entry. Use the refresh option to recompute cross-references for strong consistency.
Instructions
Return cross-referenced memories for a given entry.
Consistency: the related graph is eventually consistent. When a
new memory A is created or updated with references to an existing B,
A.related is computed fresh but B.related is not re-cascaded — it stays
valid until either a full rebuild or an explicit refresh. Pass
refresh=True to recompute this memory's crossrefs on the fly (the
strong-consistency path). For a full rebuild across the store, call
memory_rebuild_crossrefs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | ||
| refresh | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |