rlm_swarm_leave
Remove an agent from a swarm, releasing its resource claims and unassigning its tasks. The agent can rejoin later.
Instructions
Remove an agent from a swarm.
Use this to:
Clean up inactive/crashed agents
Remove yourself from a swarm when done
Free up agent slots for others
What happens on removal:
All resource claims held by the agent are released
Pending/claimed tasks assigned to the agent are unassigned
The agent record is deleted from the swarm
The agent can rejoin later with rlm_swarm_join.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| swarm_id | Yes | Swarm ID | |
| agent_id | Yes | Agent ID to remove (can be yourself or another agent) |