//! Session-loop orchestration and focused lifecycle helpers.
pub use run_single_agent_loop_unified_impl;
/// Re-exported so harness-quiet matching in `turn_loop_helpers` can key off
/// the producer-owned prompt openings instead of duplicated literals.
pub use VERIFICATION_AUTO_RECOVERY_PREFIX;
pub use BACKGROUND_COMPLETION_CONTINUATION_PROMPT_PREFIX;