feat(judge): parallelize batch evaluations (#991)

This commit is contained in:
Patrick Buckley
2026-08-08 23:56:15 -07:00
committed by GitHub
parent 98e96ab5f3
commit 766223e774
23 changed files with 1874 additions and 219 deletions
+3 -2
View File
@@ -578,8 +578,9 @@ cancellation-completion signal.
**`intent_verdict`** -- delivered asynchronously when the LLM judge completes
its evaluation of a pending tool call. Only sent when intent validation is
enabled (`--judge` or `[judge] enabled = true`). The `call_id` correlates with
the item in the preceding `approve_request` event.
enabled (`judge.enabled` through Admin → Judge or the admin settings API). The
interactive CLI instead uses `--judge` or `[judge] enabled = true`. The
`call_id` correlates with the item in the preceding `approve_request` event.
```json
{