| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Deploying agentv with
|
| Latest commit: | c422af4 |
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b186b33a.agentv.pages.dev |
| Branch Preview URL: | https://av-kfik56-provider-batch-exa.agentv.pages.dev |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
This adds a runnable replacement example for throughput-oriented CLI tools after runner-level Batch CLI deprecation: AgentV still invokes the provider once per eval case, while the CLI adapter queues those requests and flushes them as one provider-owned batch.
The example keeps batching out of eval runner config. The eval selects a normal provider label, the provider catalog uses a normal CLI provider without batch_requests or provider_batching, and the adapter maps each queued request back to its own output/error identity using the AgentV {EVAL_ID}.
Related: av-kfik.56
Validation
This is example-only: no eval/provider execution behavior changed, so live provider/grader dogfood for core behavior is not applicable.
Post-Deploy Monitoring & Validation
No additional operational monitoring required. This PR adds a local deterministic example and does not change runtime service behavior.