Troubleshooting
On this page
Command not found
Ensure uv and make are installed and available on PATH.
Missing API key
Set the correct provider key in your shell before running the agent.
export ANTHROPIC_API_KEY=<key>
Makefile parse errors
Check that endef is on its own line and each tool block has both # <tool> and # </tool>.