Module replay

Module replay 

Source
Expand description

Time-travel replay executor for deterministic verification and evals.

Structs§

DriftTolerance
Tolerances for drift detection when comparing recorded vs current outputs.
ReplayExecutor
Orchestrates mocked/live replays by loading past step snapshots.
ReplayOutcome
Replay outcome including rehydrated snapshots and drift findings.
StepDrift
Drift comparison between recorded snapshot and current output.
StepReplay
Rehydrated step snapshot with optional drift metadata.

Enums§

ReplayStrategy
Replay strategy for deterministic time-travel.