Skip to content

Commit a8dc739

Browse files
acailicclaude
andcommitted
docs: replace feature screenshots with per-feature GIFs in README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d7a3535 commit a8dc739

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
![Agent Debugger UI](./docs/screenshots/01-hero-session-list.png)
2727

2828
<p align="center">
29-
<img src="./peek-v3-demo.gif" alt="Peaky Peek demo walkthrough" width="720" />
29+
<img src="./peek-v4-demo.gif" alt="Peaky Peek demo walkthrough" width="720" />
3030
</p>
3131

3232
## Why Peaky Peek?
@@ -152,13 +152,17 @@ import agent_debugger_sdk.auto_patch # activates on import when PEAKY_PEEK_AUTO
152152

153153
### Decision Tree Visualization
154154

155-
![Decision Tree view](./docs/screenshots/12-decision-tree.png)
155+
<p>
156+
<img src="./docs/screenshots/gif-decision-tree.gif" alt="Decision Tree visualization demo" width="720" />
157+
</p>
156158

157159
Navigate agent reasoning as an interactive tree. Click nodes to inspect events, zoom to explore complex flows, and trace the causal chain from policy to tool call to safety check.
158160

159161
### Checkpoint Replay
160162

161-
![Checkpoint replay](./docs/screenshots/17-checkpoint-detail.png)
163+
<p>
164+
<img src="./docs/screenshots/gif-checkpoint-replay.gif" alt="Checkpoint replay demo" width="720" />
165+
</p>
162166

163167
Time-travel through agent execution with checkpoint-aware playback. Play, pause, step, and seek to any point in the trace. Checkpoints are ranked by restore value so you jump to the most useful state.
164168

@@ -170,8 +174,12 @@ Find specific events across all sessions. Search by keyword, filter by event typ
170174

171175
### Failure Clustering & Multi-Agent Coordination
172176

173-
![Failure clustering](./docs/screenshots/05-failure-mode.png)
174-
![Multi-agent coordination](./docs/screenshots/15-conversation-panel.png)
177+
<p>
178+
<img src="./docs/screenshots/gif-failure-clustering.gif" alt="Failure clustering demo" width="720" />
179+
</p>
180+
<p>
181+
<img src="./docs/screenshots/gif-multi-agent-coordination.gif" alt="Multi-agent coordination demo" width="720" />
182+
</p>
175183

176184
Adaptive analysis groups similar failures. Inspect planner/critic debates, speaker topology, and prompt policy parameters across multi-agent systems.
177185

0 commit comments

Comments
 (0)