dexcost 0.6.0

Agent Unit Economics SDK for Rust — track end-to-end business-task costs for AI agents.
Documentation
1
2
3
4
5
6
7
pub mod tracked_anthropic;
pub mod tracked_gemini;
pub mod tracked_openai;
pub mod wrappers;

#[cfg(feature = "streaming")]
pub mod streaming;