Skip to content

Commit e0071f0

Browse files
acailicclaude
andcommitted
docs: update README to reference regenerated demo GIFs and screenshots
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c35500b commit e0071f0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
---
2525

2626
<p align="center">
27-
<img src="./peek-v4-demo.gif" alt="Peaky Peek demo walkthrough" width="720" />
27+
<img src="./peek-v5-demo.gif" alt="Peaky Peek demo walkthrough" width="720" />
2828
</p>
2929

3030
## Why Peaky Peek?
@@ -151,15 +151,15 @@ import agent_debugger_sdk.auto_patch # activates on import when PEAKY_PEEK_AUTO
151151
### Decision Tree Visualization
152152

153153
<p>
154-
<img src="./docs/screenshots/gif-decision-tree.gif" alt="Decision Tree visualization demo" width="720" />
154+
<img src="./docs/assets/gifs/demo-decision-tree.gif" alt="Decision Tree visualization demo" width="720" />
155155
</p>
156156

157157
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.
158158

159159
### Checkpoint Replay
160160

161161
<p>
162-
<img src="./docs/screenshots/gif-checkpoint-replay.gif" alt="Checkpoint replay demo" width="720" />
162+
<img src="./docs/assets/gifs/demo-timeline.gif" alt="Checkpoint replay demo" width="720" />
163163
</p>
164164

165165
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.
@@ -171,10 +171,10 @@ Find specific events across all sessions. Search by keyword, filter by event typ
171171
### Failure Clustering & Multi-Agent Coordination
172172

173173
<p>
174-
<img src="./docs/screenshots/gif-failure-clustering.gif" alt="Failure clustering demo" width="720" />
174+
<img src="./docs/assets/gifs/demo-search.gif" alt="Trace search demo" width="720" />
175175
</p>
176176
<p>
177-
<img src="./docs/screenshots/gif-multi-agent-coordination.gif" alt="Multi-agent coordination demo" width="720" />
177+
<img src="./docs/assets/gifs/demo-analytics.gif" alt="Analytics demo" width="720" />
178178
</p>
179179

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

0 commit comments

Comments
 (0)