Skip to main content

Module runner

Module runner 

Source
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ยง

SessionRunner
Coordinator that drives run_agent while persisting the session after every turn. Implements TurnSink so the loop calls back after each turn.