Agent Evals

Use when measuring whether an agent actually works — building an eval suite, judging a trajectory rather than a final answer, turning production traces into regression fixtures, calibrating an LLM judge against human labels, or gating a release on offline evals. Covers the three observability primitives (run, trace, thread) crossed with three eval granularities (single-step, full-turn, multi-turn), the offline/online/ad-hoc timing axis, pass-fail rubrics over scalar scores, cheap code checks before model judges, the checker node as an evaluator inside the graph, simulated users with adversarial personas, annotation queues, and what to instrument for any of it. Triggers - "agent eval", "eval suite", "LLM judge", "regression fixture", "trajectory eval", "checker node", "is the agent getting better", "эвалы агента", "оценка агента", "LLM-судья", "регрессионный набор", "как проверить агента". Not for unit tests of ordinary code, or benchmarking a model.

ssheleg bfd8d17 3 files · 46.4 KB Updated

File contents

ssheleg/agent-stack/tree/main/plugins/agent-stack/skills/agent-evals commit bfd8d176b0

Frequently asked questions

npx skillmds@latest add ssheleg/agent-evals