Expand description
Session-aware agent runner coordination.
This module bridges the pure fluers-core turn loop with runtime
persistence by implementing fluers_core::TurnSink.
Structsยง
- Session
Runner - Coordinator that drives
run_agentwhile persisting the session after every turn. ImplementsTurnSinkso the loop calls back after each turn.