distil_compress
Reduce large tool outputs to compact 8-hex handles for storage and recovery, preserving content locally without data transmission.
Instructions
Reversibly compress a text blob (e.g. a large tool output) with distil. Returns a compact digest, an 8-hex handle, and the tokens saved. The original is kept locally and can be recovered with distil_expand.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | the text to compress |