Broadcast a message to all teammates in the team
<message> [--exclude <agent-name>]# Broadcast Message to Team Broadcast a message to all teammates in the current team. ## Arguments - `$1` - Message to broadcast (required) - `--exclude` - Agent name to exclude from broadcast (optional, defaults to sender) ## Instructions Execute the following script using bash explicitly: Report: 1. Number of teammates who received the message 2. Confirmation that broadcast was sent 3. Note that recipients will see the message when they run `/swarm-inbox` or on their next session start ## Examples **Broadcast to all teammates:** **Broadcast excluding a specific teammate:** ...