agentic-vbench
Enrichment pendingAgenticVBench: Can AI Agents Complete Real-World Post-Production Tasks?
GraphCanon updated today · GitHub synced today
70 stars10 forksLast push 1w Python Apache-2.0
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Active (8d since push)
- As of today
- Provenance
- Not a fork · Organization account
- As of today
- Security (OSV)
- No lockfile
- As of today
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install agentic-vbench PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
AgenticVBench: Can AI Agents Complete Real-World Post-Production Tasks?
Capability facts
- Languages
- python
Source: github.language · Jul 15, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Python runtimePython
Source: README excerpt (regex_v1, Jul 15, 2026)
python3 -m venv .venv && .venv/bin/pip install --upgrade pipSource link
Tags
README
1. Install
git clone https://github.com/PhiloLabs/agentic-vbench.git
cd agentic-vbench
./scripts/install-harbor.sh
python3 -m venv .venv && .venv/bin/pip install --upgrade pip
reward.json → ≈ 1.0, ~30 s on a cached image, zero agent cost
**Time + cost budget.** A real-agent rollout on Modal typically takes ~10 min per task wall clock. Cost depends entirely on agent + model — order-of-magnitude $0.10–$2 per task with mid-tier models, scaling linearly with the agent's token use. Plan accordingly for a 100-task sweep.
**Here's what a task prompt actually looks like** (`exp-codec-restore-task01`):
> # Restore A Muffled Stretch Of Audio
>
> I have a short mono speech recording at `/workspace/materials/noisy.wav`. For a stretch in it, the audio sounds muffled — like the high end has been chopped off and the voice lost its sparkle. The rest of the recording sounds clean and full.
>
> Please restore the muffled stretch so it sounds as clear and full as the rest of the recording. Leave the already-clean parts unchanged.
>
> ## What to deliver
> - `/workspace/output/enhanced.wav` — 16-bit PCM mono at 16 kHz, same total length (sample count) as the input.
Each task ships its own such brief at `tasks/<family>/<task>/steps/solve/instruction.md`.
**Inspect the result.** Each trial drops four artifacts under `jobs/<job-name>/<trial-id>/`:
| File | What it is |
|---|---|
| `steps/solve/verifier/reward.json` | Final score + per-metric breakdown. |
| `agent/trajectory.json` | Full event stream Harbor captured for the agent (tool calls, tool results, model messages, final output). |
| `result.json` | Per-trial Harbor summary (timings, exit codes, exception info). |
| `trial.log` | Combined stdout/stderr stream for the whole trial. |
```bash
./avb results show # rewards from the latest job
cat jobs/<job-name>/*/steps/solve/verifier/reward.json
For agents
This page has a .md twin and JSON over the API.