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.
Checksum for agent-black-box-0.1.0-design-partner.zip:
20e3f38638c03fd24a94199ef2d058313214055c1a05a7fb67f678f5cc91db62
Unzip the design-partner kit, install into its local virtualenv, and run the doctor before recording a demo run.
unzip agent-black-box-0.1.0-design-partner.zip
cd agent-black-box-0.1.0-design-partner
sh install.sh
. .venv/bin/activate
abb doctor
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.