You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -152,13 +152,17 @@ import agent_debugger_sdk.auto_patch # activates on import when PEAKY_PEEK_AUTO
152
152
153
153
### Decision Tree Visualization
154
154
155
-

155
+
<p>
156
+
<imgsrc="./docs/screenshots/gif-decision-tree.gif"alt="Decision Tree visualization demo"width="720" />
157
+
</p>
156
158
157
159
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.
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.
164
168
@@ -170,8 +174,12 @@ Find specific events across all sessions. Search by keyword, filter by event typ
0 commit comments