What problem does it solve?
Evaluating complex agent systems is hard because decisions are non-deterministic, multiple valid outcomes exist, and traditional single-mimension tests fail to capture real-world performance. This skill provides a cohesive evaluation framework with multi-dimensional rubrics, test-set management, and production monitoring to quantify and improve agent behavior.
Core Features & Use Cases
- Multi-dimensional rubrics (factual_accuracy, completeness, citation_accuracy, source_quality, tool_efficiency) to produce per-dimension scores and an overall assessment.
- Test-set management and automation (TestSet, EvaluationRunner) to run standardized evaluations across versions and configurations.
- Production monitoring (ProductionMonitor) to sample real interactions, detect quality drift, and trigger alerts.
Quick Start
Provide the agent's output and the corresponding ground truth to the evaluation framework to generate a multi-dimensional performance report.