Local-first alpha for agent builders

Agent Black Box records AI agent runs so you can debug them locally.

Capture a run, inspect the Debug Path, export support or handoff packets, and delete local trace data when you are done. No account or API key required for the demo path.

Terminal transcript showing Agent Black Box doctor, record, show, and delete commands

What the alpha proves

Record locally

Wrap a command or use the SDK and keep trace data on your machine by default.

Inspect the first clue

abb show summarizes runs, warnings, artifacts, and the first useful Debug Path.

Hand off safely

Create support and handoff packets before sharing full local bundles.

Clean up data

abb delete RUN_ID --yes removes local trace rows and unreferenced artifact objects.

Try it in 60 seconds

No account, cloud project, hosted backend, or package registry is needed for the first proof.

  • doctor checks local setup.
  • record captures the demo agent run.
  • show prints the run summary and Debug Path.
  • delete clears the local run data.
python3 abb.py doctor
python3 abb.py record --name demo -- python3 examples/basic_agent.py
python3 abb.py runs
python3 abb.py show RUN_ID
python3 abb.py delete RUN_ID --yes

Looking for three design partners

Best fit: agent founders, agent infra engineers, and local automation builders with real debugging pain who can spend 20 to 40 minutes on the alpha.