Adds a reviewer step (gemma4-e4b, fresh context) between gathering and writing: it uses rig's typed Extractor to judge whether the findings' conclusions actually follow from their cited sources, rather than relying on free-text parsing. research() is now a plain bounded loop — "the least agentic design that solves the problem", per rig's own workflow guidance — that reruns the researcher with the reviewer's solid_findings/gaps feedback folded into the next round's task until it approves or MAX_RESEARCH_ROUNDS runs out.
3 lines
40 B
Rust
3 lines
40 B
Rust
pub mod starter;
|
|
mod review;
|
|
mod tools;
|