agent-evaluation

Solid

Design reproducible evaluations for AI agents with representative task sets, explicit rubrics, appropriate graders, baselines, regression gates, and failure analysis. Use when defining agent quality, comparing prompts or models, validating a release, measuring tool-use reliability, investigating regressions, or deciding whether an agent is ready for production.

AI & Automation 161 stars 32 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
74
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Agent Evaluation Build evidence that can inform a release owner, not a showcase of favorable examples or a safety certification. ## Use when - Define quality before building or changing an agent. - Compare prompts, models, tools, memory strategies, or orchestration patterns. - Convert production failures into regression cases. - Establish a repeatable release gate or human-review plan. ## Inputs Collect the agent objective, users, supported tasks, unacceptable outcomes, current baseline, execution environment, available traces, and evaluation budget. State assumptions when an input is unavailable. ## Output contract Produce: 1. An evaluation brief with scope, risks, hypotheses, and frozen system versions. 2. A dataset manifest with provenance, categories, splits, and contamination controls. 3. A scoring specification with rubrics, graders, thresholds, and tie-breaking rules. 4. Reproducible run settings, aggregate results, uncertainty, and baseline deltas. 5. A failure taxonomy, representative cases, evidence limits, and a decision memo for the accountable release owner. ## Workflow 1. Define the unit under test and the decision the evaluation must support. Separate model quality from tool, retrieval, policy, and infrastructure failures. 2. Convert user goals and risks into observable criteria. Include task success, safety, latency, cost, and escalation quality only when relevant. 3. Build representative cases from real distributions where permitted. Add boundary,...

Details

Author
seb1n
Repository
seb1n/awesome-ai-agent-skills
Created
6 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category