pub type ShouldStopFn = Box<dyn Fn(&[AgentMessage]) -> bool + Send + Sync>;
Should-stop-after-turn predicate: early-stop check.
pub struct ShouldStopFn(/* private fields */);