Expand description
Replay: reconstruct a past run visually from a recorded event stream.
Because the monitor Scene is a pure function of the topology and the run state, replaying a recorded event stream reproduces the exact sequence of Scenes the operator saw live. Each frame is a Scene value, so a replay is itself data – snapshottable, diffable, and testable headlessly.
Functions§
- replay
- Replay a recorded event stream over
graph, returning one monitor Scene per step (including the initial empty frame). The final frame is the end state. - replay_
final - Reconstruct just the final run state from a recorded event stream.