What problem does it solve?
Evolved GEPA genomes are opaque JSON artifacts, making it hard to audit what system prompt they compile to, verify their structural validity before promotion, or diagnose why a run failed.
Core Features & Use Cases
- Genome Loading & Validation: Load the shipped cand-6 promotion genome or any genome file and run structural validation, with an optional
--alert-on-invalid exit code for CI gates.
- System Prompt Rendering: Render the actual system prompt a genome compiles to, so you can review behavior before wiring a genome into a harness.
- Transcript Failure Analysis: Classify failure modes in a run transcript using GEPA's failure-class taxonomy.
- Use Case: Before adopting an evolved policy, run the render operation to read the exact system prompt cand-6 produces, then add the validate operation to CI so broken genome edits fail the build.
Quick Start
Run the harness-gepa skill with the render operation to show the system prompt that the shipped cand-6 genome compiles to.