No description
Find a file
Austin Schaefer e196af15e5 spike: add critic stage, mirroring revise.rs's self-review quality guard
The pipeline was only writer->judge, missing the format quality-check
gemma does on its own output before scoring (is_usable() in revise.rs).
Added spike/agents/critic.yaml with the [critic] prompts from
prompts.toml, wired as a middle pipeline stage. Confirmed the full
three-stage pipeline runs end to end. Note in NOTES.md that the stage
runs but doesn't gate/retry -- pipeline: is linear, real retry-on-unusable
behavior would need states:/transitions:.
2026-08-06 10:17:53 +02:00
spike spike: add critic stage, mirroring revise.rs's self-review quality guard 2026-08-06 10:17:53 +02:00
src spike: add critic stage, mirroring revise.rs's self-review quality guard 2026-08-06 10:17:53 +02:00
.gitignore feat: Introduce two agent flow with profanity verification. 2026-08-05 14:21:38 +02:00
Cargo.lock spike: try ai-agents crate for declarative YAML agent config 2026-08-06 09:38:49 +02:00
Cargo.toml spike: try ai-agents crate for declarative YAML agent config 2026-08-06 09:38:49 +02:00
FINDINGS.md feat: iterative generate/score/revise loop, findings log 2026-08-05 15:07:42 +02:00