temporal-cortex-toon-cli-0.2.1 is not a library.
temporal-cortex-toon-cli
CLI tool for encoding, decoding, and analyzing TOON (Token-Oriented Object Notation) files.
Installation
Usage
# Encode JSON to TOON (stdin to stdout)
|
# Encode from file to file
# Encode with field filtering (strip noisy fields before encoding)
|
# Encode with Google Calendar preset filter
# Decode TOON back to pretty-printed JSON
# Show compression statistics
What is TOON?
TOON is a compact, human-readable format that minimizes token usage when feeding structured data to LLMs. It achieves 50%+ token reduction vs JSON through key folding, tabular arrays, and inline arrays while maintaining perfect roundtrip fidelity.
License
MIT OR Apache-2.0