Interactive playground
Inspect state transitions and evidence in one surface.
Pick a scenario, scrub through the visible event count, and inspect how the reducer changes the rendered workbench. This is the same API surface shipped by the package.
Scenario
Visible event count
13 / 15A long-running agent flow with tool events, checkpoints, artifacts, and a handoff into review.
Latest event
{
"id": "agent-13",
"taskId": "task_agent_01",
"type": "step_started",
"state": "synthesizing",
"timestamp": "2026-04-29T09:01:34.000Z",
"title": "Running checks",
"message": "Build and smoke checks are underway.",
"stepId": "agent-verify",
"stepLabel": "Run checks",
"elapsedMs": 94000
}2-10 minutes. This is no longer a loading state.
Stage Rail
Lock scope, constraints, and success criteria.
Read files and infer the safe edit boundary.
Mutate the project with checkpoints.
Execute tests and gather proof.
Collect diffs, screenshots, and review notes.
Artifacts
diff
Patch previewA reviewable diff summary with ownership notes.
Evidence Feed
Build and smoke checks are underway.
The code changes are stable enough for verification.
The user can leave without losing progress.
A patch preview is available before verification.
The agent is editing and staging artifacts for review.
Safe edit boundaries are now visible.