memo_offload
Offload large payloads from the context window into content-addressed reference memory, returning metadata for later retrieval.
Instructions
Offload a bulky payload (tool output, log, dump) out of the context
window: memo stores it content-addressed as a reference-tier memory
and returns {id, sha256, kind, synopsis, deduplicated, drill_down}.
The synopsis is deterministic (no LLM): JSON keys, CSV headers, code
symbols, or compressed text. Reference tier is excluded from
auto-recall, so offloaded blobs never appear in the recall hook.
Fetch the full payload later with memo_get(id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||