Module replay
Expand description
A ModelProvider that replays scripted LLM responses from an LlmTrace.
Promoted from the test-only trace-replay helper so the same deterministic
engine backs both the shipped zeroclaw eval command and the test suite.
Structs§
- Replay
Handle - Runner-side handle for advancing the replay cursor between conversation turns.
Shares the provider’s queues (the same
Arcthe agent holds), so the runner can assert per-turn consumption without owning the boxed provider. - Trace
LlmProvider