What problem does it solve?
This Skill helps you write correct Go code against the generated Ax package without drifting into TypeScript-only APIs, saving time when you need the native Go entrypoints, examples, and package-specific patterns.
Core Features & Use Cases
- Native Go API Guidance: Use the generated package import path and factory functions for signatures, providers, agents, flows, and optimizers.
- Example-Driven Implementation: Translate package docs and runnable examples into working Go code with the right call shapes.
- Provider and Runtime Selection: Choose between real network providers, no-key local checks, and the javascript-goja runtime profile based on the task.
- Use Case: Build a typed Go agent that connects to OpenAI-compatible services, then extend it into a flow or optimizer using the package's documented APIs.
Quick Start
Ask for help writing Go code with the Ax package at github.com/ax-llm/ax/packages/go, and specify whether you want a provider setup, agent, flow, or optimizer example.