kill_switch
Halt an active AI agent immediately by issuing a kill-switch directive, specifying reason, severity, and shutdown scope for emergency control.
Instructions
Emergency halt for an AI agent. Issues a kill-switch directive to immediately stop agent operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Scope of shutdown | full |
| reason | Yes | Reason for triggering kill switch | |
| severity | Yes | Severity level | |
| agentName | Yes | Name of the AI agent to halt |