ax-go-gepa

Generate Go guidance for Ax GEPA optimization workflows and artifact handling.

2.9k|186|Updated Feb 23, 2023
One-click install
npx skills add https://github.com/ax-llm/ax --skill ax-go-gepa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ax-go-gepa
Source: https://github.com/ax-llm/ax/tree/main/website/static/go/.well-known/agent-skills/ax-go-gepa
Command: npx skills add https://github.com/ax-llm/ax --skill ax-go-gepa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers write and inspect Go code for Ax GEPA optimization workflows without guessing the correct generated-package API or artifact structure.

Core Features & Use Cases

  • GEPA Optimization: Configure and run the GEPA optimizer for candidate search, Pareto tradeoffs, and reflection-driven improvement loops.
  • Artifact and State Handling: Inspect optimizer state, candidate outputs, metrics, and saved artifacts in a way that matches the generated Go package.
  • Practical Go Guidance: Use package examples, no-key local checks, and provider-aware patterns to avoid inventing unsupported call shapes.
  • Use Case: A developer tuning prompt and evaluation strategies can use this Skill to seed optimization with Bootstrap Few Shot, run GEPA, and review the resulting artifacts and metric budgets.

Quick Start

Ask the assistant to write or review Go code that uses github.com/ax-llm/ax/packages/go for GEPA optimization, reflection clients, and artifact inspection.

Frequently Asked Questions about ax-go-gepa

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run GEPA optimization for Go agents using the Ax package?

To run GEPA optimization for Go agents, you configure the GEPA optimizer from github.com/ax-llm/ax/packages/go for candidate search, Pareto tradeoffs, and reflection-driven improvement loops. You can seed optimization using Bootstrap Few Shot and review metric budgets.

What is GEPA optimizer state and artifact handling in Go?

GEPA optimizer state and artifact handling in Go involves inspecting candidate outputs, metrics, and saved artifacts using the generated package syntax from github.com/ax-llm/ax/packages/go to ensure structural fidelity and AxIR-aligned regeneration.

How do I inspect Ax GEPA artifacts and metrics in a Go project?

You inspect Ax GEPA artifacts and metrics in a Go project by applying package examples and no-key local checks to review candidate outputs and metric budgets without inventing unsupported call shapes, ensuring provider-aware usage.

Can I use Ax GEPA with provider-aware patterns for prompt tuning in Go?

Yes, you can use Ax GEPA with provider-aware patterns for prompt tuning in Go by utilizing the generated package examples to avoid unsupported call shapes, ensuring local checks without requiring API keys during artifact inspection.

Why does my Go code fail when calling the Ax GEPA reflection client?

Your Go code may fail when calling the Ax GEPA reflection client if it does not maintain generated-package syntax fidelity, requiring AxIR-aligned regeneration and adherence to package examples to prevent unsupported call shapes during optimization runs.