Trace Recording
Every agent step is captured with inputs, outputs, and state. Complete execution context in JSON format.
A local-first developer tool for recording, replaying, and testing AI agent behavior. Make agent execution deterministic, observable, and testable.
Test agent behavior, not just outputs. Full inspection and behavioral testing.
Agent behavior can be recorded as a deterministic trace — every step is captured with inputs, outputs, and state.
That trace can be replayed exactly. Deterministic replay from recorded data.
Developers can inspect and test agent behavior, not just outputs. Full step inspection and behavioral testing.
Traces View, Steps View, and Trace Inspector Panel for visual step-by-step inspection.
npm run inspect, replay, test, and analyze commands. Interactive inspection and custom YAML tests.
Tool explains why agents break. Detects high step count, memory growth, repeated calls, and more.
Same trace produces same replay behavior. Same final state after replay. Every time, guaranteed.
Any step can be inspected. Inputs, outputs, and state visible at every decision point.
Tests catch logic regressions. Tests don't depend on exact text. YAML-based definitions.
Tool highlights inefficiencies. Broken agent scenario exists. Tool explains why it broke.
© 2026 Hyper Grey. All rights reserved.
Agent Control Plane — Built with precision.