Trajectory Eval

Evaluates whether an agent or a multi-step or multi-agent system actually completes the task, not just whether each step or the final answer looks right. Captures full trajectories (every step, tool call, and intermediate state), measures per-step success against end-to-end success, exposes the compounding-error curve where high per-step reliability still collapses over a long trajectory, attributes failures to the step that introduces them, and tests whether composing or chaining agents helps or hurts. Use this whenever an agent "works in the demo but fails with real users," passes its individual steps but fails the task overall, when multi-agent "synergy" is assumed rather than measured, for long-horizon or tool-using agents, or to benchmark agents head to head on real tasks. Trigger on mentions of agent reliability, tool calls, multi-step, multi-agent, orchestration, compounding errors, trajectory, long-horizon tasks, or agent evaluation. This is the agent depth that production-autopsy hands off to. Every

ByteStack-Labs e01c461 7.3 KB Updated

File contents

ByteStack-Labs/claude-plugins/tree/main/agent-reliability/skills/trajectory-eval commit e01c461ed4

Frequently asked questions

npx skillmds@latest add bytestack-labs/trajectory-eval