Behavior contracts for AI agents — tested in your PR, enforced at runtime. Core engine: parser, writer, content-addressed store, replay, and nine-axis behavioral differ.
//! 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;