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