What problem does it solve?
This Skill helps you build and tune Ax agent optimization workflows in Go without guessing at the correct package API, evaluator shape, or optimizer configuration.
Core Features & Use Cases
- Agent Optimization: Refine Ax agents and reusable program components with BootstrapFewShot or GEPA.
- Evaluators and Judges: Create deterministic evaluator callbacks and scoring logic for optimization runs.
- Artifacts and Budgets: Persist optimizer artifacts and keep runs bounded with explicit datasets, row limits, and execution budgets.
- Use Case: A Go developer can use this Skill to turn a rough agent into a more reliable production workflow by validating prompts, comparing variants, and saving the best optimized result.
Quick Start
Ask the assistant to use the ax-go-agent-optimize skill to design a bounded Go optimization workflow for an Ax agent, including the evaluator, optimizer choice, and artifact persistence.