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.

Contents

  1. 1Local Development
  2. 1.1Prepare environment
  3. 1.2Run from sources
  4. 1.3Run tests