Installation
Install
Section titled “Install”go get github.com/agent-receipts/ar/sdk/goImport the packages you need:
import ( receipt "github.com/agent-receipts/ar/sdk/go/receipt" "github.com/agent-receipts/ar/sdk/go/taxonomy" "github.com/agent-receipts/ar/sdk/go/store")Requirements
Section titled “Requirements”- Go 1.26+
Dependencies
Section titled “Dependencies”The SDK uses modernc.org/sqlite for the store package — a pure Go SQLite implementation that requires no CGO or external C libraries.
Next steps
Section titled “Next steps”- API Reference for the full API surface