agent_stop
Stop an AI agent by writing a stop record to the blackboard and updating its status, providing an optional reason for audit purposes.
Instructions
Signal an agent to stop by writing a stop record to the blackboard and updating its status.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | ID of the agent to stop | |
| reason | No | Reason for stopping (optional, for audit) |