agn
March 19, 2026 ยท View on GitHub
Agent loop CLI built on Go 1.24.
Architecture: agn CLI
Local Development
Full setup: Local Development
Prepare environment
git clone https://github.com/agynio/bootstrap.git
cd bootstrap
chmod +x apply.sh
./apply.sh -y
See bootstrap for details.
Run from sources
go run ./cmd/agn exec "Hello from agn"
go run ./cmd/agn serve
Run tests
devspace run test:e2e
See E2E Testing.