Skip to main content

Module replay

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§

ReplayHandle
Runner-side handle for advancing the replay cursor between conversation turns. Shares the provider’s queues (the same Arc the agent holds), so the runner can assert per-turn consumption without owning the boxed provider.
TraceLlmProvider