Record locally
Wrap a command or use the SDK and keep trace data on your machine by default.
Local-first alpha for agent builders
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.
Wrap a command or use the SDK and keep trace data on your machine by default.
abb show summarizes runs, warnings, artifacts, and the first useful Debug Path.
Create support and handoff packets before sharing full local bundles.
abb delete RUN_ID --yes removes local trace rows and unreferenced artifact objects.
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
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.