v0.6.4
Aixgo 0.6.4
Production-grade AI agent framework for Go.
Changelog
Bug Fixes
- 81f554b: fix: remove duplicate Stable text in header badge (@charlesgreen)
- fc707f8: fix: update website guides and features page (@charlesgreen)
Installation
As a Go Library:
go get github.com/aixgo-dev/aixgo@v0.6.4CLI 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.6.4/aixgo_0.6.4_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.6.4Full Changelog: v0.6.3...v0.6.4