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 / asynchronous-kill-switch
Asynchronous kill-switch
A kill-switch variant that terminates the agent immediately — regardless of in-flight operations — via an out-of-band interrupt signal.
What this means in practice
Faster than synchronous variants but requires the tool layer and orchestration plane to be tolerant of mid-operation termination.
Synonyms
interrupt-signal halt , immediate stop
See also
- Synchronous kill-switch — A kill-switch variant that takes effect at the agent's next decision point — i.e., the agent completes its current atomic operation, then stops.
- Deadman switch — A fail-safe stop that halts the agent when heartbeats from supervising systems cease for a defined interval.