Multi-Agent Workflows
Wingman shines when you split work across specialized agents. This guide shows how to build a small agent squad with clear responsibilities and safe tool scopes.
Define a squad
Route work via the gateway
You can map channels or peers to specific agents using agents.bindings:
Example workflow
Tips
- Keep each sub-agent's tool list minimal.
- Use
blockedCommandsto prevent destructive shell calls. - Configure per-agent models for cost/performance balance.
