tinyjuice 0.1.0

Pluggable token compression for OpenHuman.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Architecture

TinyJuice is organized around a small compression boundary:

1. callers provide `CompressionInput`
2. a `Compressor` strategy produces `CompressionOutput`
3. the output carries compressed text plus an inspectable `CompressionReport`

The core crate should remain independent of OpenHuman runtime internals. The
`openhuman` module is a placeholder for adapter types that can translate between
OpenHuman request context and TinyJuice inputs.