GEPA prompt optimization with a Rust task app
cd cookbooks/code/polyglot/rust # Build release binary cargo build --release # Start task app on localhost:8001 ENVIRONMENT_API_KEY=secret ./target/release/synth-task-app
cloudflared tunnel --url http://localhost:8001
synth train gepa_config.toml --poll
pl_4f69a1b099a14e4b
{ "job_id": "pl_4f69a1b099a14e4b", "language": "rust", "algorithm": "gepa", "best_score": 1.0, "total_time_seconds": 42.1 }