zambo_swarm
Spawn a coordinated multi-agent swarm around any goal in one call. NOT a debate — a division of labor. Zambo assembles specialized agents (researcher, strategist, critic, executor), runs them in parallel, and synthesizes a coordinated output with full provenance showing which specialist contributed what. Makes 'become a coordinated swarm' a one-call capability instead of a framework you have to wire yourself. CALL FORMAT: zambo_swarm({goal: 'your goal'}) — pass roles[] to customize composition, depth='quick' for 2-agent fast mode. Use when you need multi-domain analysis: complex strategy, code + security + UX review, research + execution planning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | What the swarm should accomplish. Be specific. E.g. 'Audit this SaaS pricing strategy and propose 3 alternatives with projected impact'. | |
| depth | No | quick = 2-agent focused synthesis (fast, ~10s); deep = 4-agent full swarm (thorough, ~25s). Default: deep. | |
| roles | No | Optional: override default specialist roles. Options: researcher, strategist, critic, executor, analyst, coder, security_reviewer. Max 4. |