7.3 Module 7 · Evaluation & Observability

Traces, Tool Accuracy & Debugging

Inspect a real agent execution trace step by step. See where tool calls succeed or fail, measure latency per step, and diagnose common failure patterns.

Trace Viewer Tool Accuracy Analyser

Trace Viewer

Walk through a sample agent run step by step. Click each step to expand the JSON payload. The latency bar shows time consumed per step. Switch between sample traces to see different patterns.

Latency per Step

Tool Accuracy Analyser

View success and failure rates across multiple agent runs. Identify which tools fail most often and explore common failure patterns.

Common Failure Patterns

Key insight: Traces are the X-ray of agent behaviour. Without them you are debugging blind. The single highest-leverage investment in agent reliability is structured trace logging from day one.