1//! Pure engine helpers and state-transition logic. 2 3pub mod context_window; 4pub mod convert; 5pub mod token_estimator; 6pub mod tool_execution;