This is a toy project to build AI agents using a pure Go stack and explore the capabilities of Google's ADK.
Run the documentation agent on this project
Export API key (Gemini, Claude)
export API_KEY=AI...Zs
Build agent CLI
make build
Run the documentation agent
./build/agent-cli run documentor --repo https://github.com/ATMackay/agent
Documentation will be written to doc.agentcli.md.