What problem does it solve?
This Skill helps you build and improve Python refinement workflows for axllm when you need candidate generation, evaluator scoring, iterative improvement, and optimizer-backed selection.
Core Features & Use Cases
- Reward-scored generation: Structure Python code so candidate outputs can be scored and ranked by an evaluator.
- Iterative improvement loops: Apply feedback-driven refinement when outputs need multiple passes to reach the desired quality.
- Optimizer-backed workflows: Use AxGEPA and related optimizer APIs when a standalone refine helper is not available.
- Use Case: A developer can use this Skill to turn a rough Python generation flow into a feedback-aware pipeline that produces better candidates over time.
Quick Start
Use the ax-python-refine skill to rewrite a Python refinement pipeline for axllm that scores candidates, incorporates evaluator feedback, and applies optimizer-backed improvements.