v0.7.1
Aixgo 0.7.1
Production-grade AI agent framework for Go.
Changelog
Bug Fixes
- 54b29a3: fix: test isolation and model priority sorting (@charlesgreen)
- cfa20a6: fix: use t.Setenv for test env isolation (@charlesgreen)
Installation
As a Go Library:
go get github.com/aixgo-dev/aixgo@v0.7.1CLI Binary:
Download the pre-built binary for your platform from the assets above.
# Linux/macOS
curl -L https://github.com/aixgo-dev/aixgo/releases/download/v0.7.1/aixgo_0.7.1_Linux_x86_64.tar.gz | tar xz
sudo mv aixgo /usr/local/bin/
# Or install from source
go install github.com/aixgo-dev/aixgo/cmd/aixgo@v0.7.1Full Changelog: v0.7.0-prod...v0.7.1