The COMPEL Glossary Graph visualizes relationships between framework terminology, showing how concepts interconnect across domains, stages, and pillars. Term nodes cluster by pillar affiliation while cross-references reveal semantic dependencies — for example, how risk appetite connects to control effectiveness, model governance, and assurance requirements. This network representation helps practitioners navigate the framework vocabulary and understand that COMPEL terminology forms a coherent conceptual system rather than isolated definitions.
COMPEL Glossary / replayability
Replayability
The ability to deterministically reproduce an agent trace given captured inputs — a recorded session, the prompt, the tool responses, the random seed.
What this means in practice
Replayability is the foundation for post-incident debugging and for evaluating alternative agent designs against the same historical workload.
Synonyms
agent replay , deterministic agent replay
See also
- 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.
- Simulation harness — A virtual environment for agent evaluation without production side effects — mock tools, synthetic data, deterministic scenarios.
- 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.