EntityProcess/agentv

Light-weight AI agent evaluation and optimization framework

15Stars on the repository
27Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

analyzer

01

EntityProcess/agentv

Agent

Analyze AgentV evaluation results to identify weak assertions, suggest deterministic upgrades for LLM-grader graders, flag cost/quality improvements, and surface cross-run benchmark patterns. Use when reviewing eval quality, improving evaluation configs, or triaging flaky/expensive evaluations.

15 1mo ago A 55 tokens original MIT

comparator

02

EntityProcess/agentv

Agent

Perform bias-free blind comparison of evaluation outputs from multiple providers or configurations. Randomizes labeling, generates task-specific rubrics, scores N-way comparisons, then unblinds results and attributes improvements. Dispatch this agent when comparing outputs across targets or iterations.

15 1mo ago A 52 tokens original MIT

executor

03

EntityProcess/agentv

Agent

Execute an AgentV evaluation test case by performing the task described in the input. Reads input.json from the test directory, carries out the task using available tools, and writes response.md with the result. Dispatch one executor subagent per test case, all in parallel.

15 1mo ago A 55 tokens original MIT

grader

04

EntityProcess/agentv

Agent

Grade a candidate response for an AgentV evaluation test case. Evaluates all assertion types natively — deterministic checks via string operations, LLM grading via Claude's own reasoning, script-grader via Bash script execution. Zero CLI dependency. Dispatch this agent after a candidate completes a test case.

15 1mo ago A 60 tokens original MIT

mutator

05

EntityProcess/agentv

Agent

Generate improved versions of the artifact under test (skill, prompt, config, or directory of related files) based on failure analysis. Reads the current best artifact from the working tree, applies targeted mutations to address failing assertions, and writes changes in place. Supports single files and multi-file…

15 1mo ago A 70 tokens original MIT