Direct answer
What is AI agent tracing?
AI agent tracing is the practice of recording each decision boundary in an agent run: the prompt, instructions, retrieved context, memory, model output, tool call, retry, error, and side effect. A useful trace connects those events into causality so engineers can identify the first unsupported decision instead of only seeing latency or errors.