//! Replay engine and the `LlmBackend` trait.
//!//! See SPEC.md §10 for the lifecycle and SPEC §10 for the algorithm.
pubmodbackend;pubmodengine;pubmodmock;pubusebackend::{LlmBackend, LlmError};pubuseengine::{run_replay, Clock, FixedClock, ReplayError};pubusemock::MockLlm;