pub fn scan_and_kill_orphans() -> ReaperReportExpand description
Walks the process table and kills orphan LLM invocations.
The scan is best-effort and never panics: on any unexpected error it
logs the failure and returns a report with killed = 0.
pub fn scan_and_kill_orphans() -> ReaperReportWalks the process table and kills orphan LLM invocations.
The scan is best-effort and never panics: on any unexpected error it
logs the failure and returns a report with killed = 0.