store
Compress data and save it to disk using a key for later retrieval, functioning as a compressed key-value storage system for agents.
Instructions
Compress data and store it to disk with a key. Retrieve later with the key. Like a compressed key-value store for agents.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Data to compress and store | |
| name | No | Key name for retrieval. Auto-generated if not provided. | |
| algorithm | No | Compression algorithm |