PyPI package coming soon. For now, build from source with maturin.
Installation
Available Classes
Glassbox — I/O Containment
VoiceFilter — AI Slop Detection
Cortex — Edit Tracking
Architecture
The Python bindings are a thin wrapper around the Rust crates. All computation happens in Rust — Python just calls into the compiled native code via PyO3. This means:- Same performance as Rust (sub-microsecond validation)
- No Python overhead for the core logic
- Thread-safe — all types are
Send

