memo_offload
Reduce context window usage by offloading bulky tool outputs, logs, or dumps to reference-tier memory. Returns a deterministic synopsis for later retrieval via memo_get.
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 | |||