Expand description
§Token telemetry
Everything related to LLM token accounting.
| File | Responsibility |
|---|---|
totals | TokenTotals — simple input/output pair |
counts | TokenCounts — wire-format input/output pair |
snapshot | TokenUsageSnapshot + GlobalTokenSnapshot |
counter | AtomicTokenCounter — the lock-light global counter |
Re-exports§
pub use counter::AtomicTokenCounter;pub use counts::TokenCounts;pub use snapshot::GlobalTokenSnapshot;pub use snapshot::TokenUsageSnapshot;pub use totals::TokenTotals;