Broadcast message to all agents
adjutant.broadcastcommandsetup L2★6
LupusDei/adjutant ↗What it does
Deliver message to all active agents
Best for
Coordinating standing orders or announcements across a live swarm of distributed agents in real-time.
Inputs
- · message string
- · agent status list
Outputs
- · delivery report
- · MCP messages to agents
- · tmux prompt submissions
Requires
- · tmux
- · MCP messaging system
Preconditions
- · tmux installed and running
- · adjutant swarm alive
- · agents have active sessions
Failure modes
- · tmux send-keys fails → fallback to MCP-only
- · agent offline → queued in MCP inbox
- · message corrupted by shell → -l flag handles escaping
- · rate limit → backoff and retry
Trust signals
- · Separate tmux + MCP delivery for robustness
- · -l flag for literal text handling
- · Session naming convention matches adjutant pattern
- · Delivery report with counts and failures