//! Context tracing for RLM iterations.
//!
//! Tracks token budget and context events per RLM iteration to enable
//! analysis of context window usage and optimization opportunities.
pub use ContextEvent;
pub use ContextTraceSummary;
pub use ContextTrace;