Skip to main content
The Go SDK is not published yet. Use it from source for now.

Requirements

  • Go 1.23+
  • Access to this repository

Install from local source

  1. Regenerate the Go SDK (optional but recommended after API changes):
pnpm openapi:gen:go
  1. In your go.mod, add a local replace to the SDK path:
go 1.23

require github.com/AI-Stats/ai-stats-go-sdk-wrapper v0.0.0

replace github.com/AI-Stats/ai-stats-go-sdk-wrapper => ../ai-stats-public/packages/sdk/sdk-go
  1. Import the wrapper:
import aistats "github.com/AI-Stats/ai-stats-go-sdk-wrapper"
Last modified on February 17, 2026