@agentprodready/evaluation
v1.0.1
Published
**Evaluation framework — score and compare agent runs with replaceable evaluators.**
Downloads
1,730
Readme
@agentprodready/evaluation
Evaluation framework — score and compare agent runs with replaceable evaluators.
| | |
|---|---|
| Status | Production contracts published |
| Install | npm install @agentprodready/evaluation |
| Module | ESM · Node.js >=22 <25 |
| License | MIT |
| Repository | ameenmari/agentprodready |
When to use
You add offline/online evaluation to a host or CI quality gate.
Prefer not to start here if manual invoke checks are enough for your prototype.
Install
npm install @agentprodready/evaluationSample
import type { EvaluationRunner } from '@agentprodready/evaluation';
declare const evaluation: EvaluationRunner;
const report = await evaluation.run(/* EvaluationRunRequest */);
console.log(report);Ownership
| Owns | Does not own | |---|---| | Evaluation run / scoring contracts | Model training; Observability backends; Simple facade |
Documentation
License
MIT © 2026 ameenmari
