Skip to main content

PRODUCT / CONTEXT EFFICIENCY

Keep tool payloads useful without carrying all their weight.

Tokenless compresses tool schemas and responses before they enter model context. Its reversible stash lets an agent retrieve dropped payloads by marker when full fidelity is needed.

anolisa install tokenless
PLATFORMLinux
CLI VERSIONv0.6.1
LICENSEMIT
01

Schema compression

Reduce structural and descriptive overhead in Function Calling definitions.

02

Response compression

Remove redundancy from API and tool output; payload compression is not a whole-session savings rate.

03

Reversible stash

Store truncated content behind <<tokenless:HASH>> markers and recover it with retrieve.

04

TOON encoding

Represent structured JSON more compactly in model context.

05

Environment checks

Check dependencies, configuration, permissions, and network readiness before tool use.

06

Statistics

Inspect payload compression by operation and session, with baseline comparison support.

Code-verified CLI path

tokenless compress-schema --file tool.json
cat response.json | tokenless compress-response
tokenless retrieve <HASH>
tokenless stats summary
tokenless env-check --all
Read the Tokenless guide