brokk-rtk 0.42.4

Rust Token Killer - High-performance CLI proxy to minimize LLM token consumption
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Building blocks shared across all RTK modules.

pub mod args_utils;
pub mod config;
pub mod constants;
pub mod display_helpers;
pub mod filter;
pub mod runner;
pub mod stream;
pub mod tee;
pub mod telemetry;
pub mod telemetry_cmd;
pub mod toml_filter;
pub mod tracking;
pub mod truncate;
pub mod utils;