No description
Find a file
Austin Schaefer 187d327144 Write a partial report instead of erroring out when research hits max turns
When the researcher agent exhausts its turn budget mid-investigation, rig
now surfaces PromptError::MaxTurnsError with the chat history intact rather
than nothing at all. Catch it, reconstruct a findings dump from whatever
assistant text and tool results the run produced, and still write a report
from that — clearly flagged as incomplete — instead of propagating the
error and losing all the work.
2026-08-18 11:26:53 +02:00
deep_research Write a partial report instead of erroring out when research hits max turns 2026-08-18 11:26:53 +02:00
swear_cleanup refactor: split into a Cargo workspace with per-project dependency sets 2026-08-14 19:43:13 +02:00
.gitignore feat: Introduce two agent flow with profanity verification. 2026-08-05 14:21:38 +02:00
Cargo.lock feat: stream the report to the terminal as the writer generates it 2026-08-17 12:17:26 +02:00
Cargo.toml feat: stream the report to the terminal as the writer generates it 2026-08-17 12:17:26 +02:00
FINDINGS.md feat: iterative generate/score/revise loop, findings log 2026-08-05 15:07:42 +02:00