What problem does it solve?
This Skill helps you write correct Rust code for Ax GEPA optimization workflows without guessing the native API shape or mishandling optimizer state.
Core Features & Use Cases
- GEPA Optimization: Build and run AxGEPA engines for candidate optimization and evaluation.
- Pareto and Reflection Tracking: Handle Pareto tradeoffs, reflection client calls, metric budgets, and optimizer artifacts.
- Rust Package Guidance: Use the generated axllm package, package examples, and capability manifests to stay aligned with the compiled Rust API.
- Use Case: A developer wants to seed optimization with BootstrapFewShot, run GEPA, and inspect the resulting artifact and metrics in Rust.
Quick Start
Use the ax-rust-gepa skill to generate a Rust example that creates an AxGEPA engine with a reflection client, runs optimization, and reports the resulting artifacts and budgets.