Skip to content

v0.7.4

Latest

Choose a tag to compare

@github-actions github-actions released this 02 May 01:32
b8454a1

Aixgo 0.7.4

Production-grade AI agent framework for Go.

Changelog

Features

Installation

As a Go Library:

go get github.com/aixgo-dev/aixgo@v0.7.4

CLI 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.4/aixgo_0.7.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.7.4

Full Changelog: v0.7.3...v0.7.4