Agent Debugger CLI
Use this skill when you need the standalone adb CLI that ships inside the bundled _source/ package in this directory.
Files in this skill
_source/: bundled open-source package that exposes theadbcommand.
Install
The package is declared as a path source in the project root pyproject.toml, so a top-level uv sync already installs it. To install standalone from this skill directory:
bash
python -m pip install ./_source
adb --helpIf you are upgrading an existing install, use:
bash
python -m pip install --upgrade --force-reinstall ./_sourceLLM configuration
Configure the LLM once with adb config:
bash