Standard LLM evals ask: "Is the final answer correct?"
Agent evals must use Trajectory Scoring. They ask:
You must build a Golden Dataset of scenarios and use an LLM-as-a-Judge (e.g., prompting Claude 3.5 Sonnet to grade a smaller agent's execution logs) to automatically score the agent on every pull request.
You changed one line of the system prompt — did quality go up or down? Stand up promptfoo, run a test matrix across prompts, and inspect results in the local viewer.