Skip to content

Time-Travel Replay

Time-Travel Replay lets you re-watch any completed agent trace as an animation — stepping through spans one by one or scrubbing to any point in time.

From any trace detail page, click Enter Replay in the top-right corner.

Or navigate directly: #/traces/<id>/replay

ControlDescription
Play / PauseStart or stop automatic playback
Speed1x–10x playback speed
Step ForwardAdvance one span at a time
Step BackGo back one span
ScrubberDrag the timeline bar to jump to any point

The scrubber displays a Gantt-style bar chart of all spans, proportional to their real duration. Click or drag anywhere on the bar to jump to that moment in the trace.

The topology graph updates in real-time as you scrub — nodes appear and highlight as their corresponding spans become active.

  • Debugging — pause at the exact span where an error occurred and inspect its input/output
  • Understanding — step through an unfamiliar agent’s decision flow at your own pace
  • Demos — replay a successful run to show stakeholders how the agent thinks
  • Root cause analysis — compare the timing of parallel spans to find race conditions