Skip to main content

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.