gloamy 0.1.9

Rust-first autonomous agent runtime for CLI, channels, gateway, and hardware workflows.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod tracker;
pub mod types;

// Re-exported for potential external use (public API)
#[allow(unused_imports)]
pub use tracker::CostTracker;
#[allow(unused_imports)]
pub use types::{
    BudgetCheck, CostRecord, CostSummary, ModelStats, TokenTimelinePoint, TokenUsage, UsagePeriod,
};