tokf 0.1.4

Config-driven CLI tool that compresses command output before it reaches an LLM context
Documentation
1
2
3
4
5
6
7
pub mod config;
pub mod filter;
pub mod hook;
pub mod rewrite;
pub mod runner;
pub mod skill;
pub mod tracking;