ACP

Record, Replay, and Test AI Agent Behavior

A local-first developer tool for recording, replaying, and testing AI agent behavior. Make agent execution deterministic, observable, and testable.

01 / What It Does

CORE WORKFLOW

02 / Components

THE ACP TOOLKIT

03 / Success Metrics

WHAT WE PROVE

01 / DETERMINISTIC

DETERMINISTIC REPLAY

Same trace produces same replay behavior. Same final state after replay. Every time, guaranteed.

02 / FULL

FULL INSPECTION

Any step can be inspected. Inputs, outputs, and state visible at every decision point.

03 / BEHAVIORAL

BEHAVIORAL TESTS

Tests catch logic regressions. Tests don't depend on exact text. YAML-based definitions.

04 / FAILURE

FAILURE ANALYSIS

Tool highlights inefficiencies. Broken agent scenario exists. Tool explains why it broke.

04 / Get Started

QUICK START

1. Run Agent

  • npm start
  • or --broken

2. Inspect

  • npm run inspect
  • traces/file.json

3. Test

  • npm run test
  • tests/basic.yaml

4. Analyze

  • npm run analyze
  • traces/file.json

License

  • MIT
  • Open Source

© 2026 Hyper Grey. All rights reserved.

Agent Control Plane — Built with precision.