broadcast_message_to_agents
Broadcast a message to specified agents, with auto-resume for inactive agents to guarantee receipt.
Instructions
Broadcast a message to multiple agents with auto-resume functionality
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repositoryPath | Yes | Absolute path to the repository where target agents are located. This determines the scope of agents to potentially message. | |
| agentIds | Yes | Array of specific agent IDs to send the message to. Only agents in this list will receive the message. | |
| message | Yes | The message content to broadcast to the specified agents. This should be clear and actionable. | |
| autoResume | No | Whether to automatically resume dead agents before sending the message. If true, any agents that are not currently active will be resumed with their last session before message delivery. Defaults to true. | |
| priority | No | Priority level of the message. Higher priority messages may be delivered with special formatting or emphasis. Defaults to "normal". | normal |
| messageType | No | Type of message being sent. Affects how the message is formatted and processed by receiving agents. Defaults to "coordination". | coordination |