Skip to main content

COMPEL Glossary / agent-trace

Agent trace

A span hierarchy that captures a multi-step agent execution — loop iterations, tool calls, memory reads and writes — with enough fidelity to reconstruct the agent's full decision path.

What this means in practice

Required artefact for post-incident review and EU AI Act Article 12 record-keeping; typically stored alongside the underlying AI trace.

Synonyms

agentic trace , multi-step agent trace

See also

  • AI trace — A span hierarchy — client → orchestration → retrieval → model → tool — capturing a single AI request end-to-end, including prompts, responses, tool calls, and token usage.
  • Agent observability — The logging, tracing, and evaluation infrastructure that makes an agent's plans, tool calls, memory reads/writes, and decisions auditable after the fact.
  • Replayability — The ability to deterministically reproduce an agent trace given captured inputs — a recorded session, the prompt, the tool responses, the random seed.
  • Observability for AI — The set of telemetry — prompt/response capture, retrieval traces, tool-call records, token-cost metrics, and evaluation signals — that makes an AI system operable and auditable.