| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Deploying agentv with
|
| Latest commit: | e6ed4b0 |
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e2ec417a.agentv.pages.dev |
| Branch Preview URL: | https://av-di3a-hard-deprecate-batch.agentv.pages.dev |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Runner-level eval batching is now hard-deprecated instead of silently falling back to per-case dispatch. Provider config rejects batch_requests, provider_batching, and providerBatching with guidance to keep queueing or batching inside provider adapters behind normal per-request invoke calls.
The eval orchestrator no longer has a runBatchEvaluation branch, and the core Provider interface no longer exposes runner-selected supportsBatch / invokeBatch capability hooks. Existing concrete provider invokeBatch helper methods remain only as internal/direct helper behavior for surfaces such as script-grader provider clients; they are not reachable from eval-runner dispatch.
Related: av-di3a
Validation
agentv CLI build exited 0. It printed existing bundler warnings from Zod declaration imports and skipped Dashboard static copy because apps/dashboard/dist was absent.
Code review: skipped because the available subagent tool policy forbids spawning unless the user explicitly asked for delegation; performed a manual diff scan instead.
Evidence
Live dogfood passed with a real PI coding-agent candidate and Azure LLM grader:
bun apps/cli/src/cli.ts eval run \ .agentv/results/av-di3a-dogfood/inputs/per-case.eval.yaml \ --providers .agentv/results/av-di3a-dogfood/inputs/providers.yaml \ --provider pi-sdk-azure \ --grader-provider azure-grader \ --workers 1 \ --output .agentv/results/av-di3a-dogfood/run-azureThe run used evaluate_options.repeat: 2 and produced the expected aggregate repeated case with sample-1 and sample-2 artifacts, both passing.
Private evidence branch: EntityProcess/agentv-private:evidence/av-di3a-hard-deprecate-batch at commit 32995f3.
Post-Deploy Monitoring & Validation