memo_crush_retrieve
Retrieve original content from a crush cache using either the ingest-time wrapped form or bare hex key. Recover full rows that were offloaded during compression, making compressed context reversible.
Instructions
Retrieve original content from crush cache.
When memo crushes a large JSON array during ingest, it offloads low-relevance rows to cache and embeds only the top-K rows. The context-compression proxy reuses the same cache to make a cut reversible. This tool recovers the original from either.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash_marker | Yes | Either the ingest-time wrapped form, "<<memo-crush:abc123def456>>", or the proxy's bare hex key, "abc123def456" — both name the same cache. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||