← Marketplace
Research Team
FREE TEMPLATEA minimal multi-agent team: a Lead wired to a Researcher and a Writer. Prompt the Lead and watch it delegate over Comms wires — the simplest way to feel agent-to-agent orchestration.
This template is free. Launching requires $20 of prepaid credit on your account — a one-time top-up, not a refundable deposit: it stays on your account and isn't returned to your card. If we introduce ongoing charges for running boxes, we'll tell you before they apply to you.
Sign in to launch. The template's free; launching requires $20 of prepaid account credit (non-refundable).
Swarm file (blueprint body)
# research-team.swarm.toml — a minimal agent team: a lead delegating to two specialists. [[agents]] id = "lead" name = "Team Lead" gx = 2 gy = 4 width = 2 height = 2 [[agents]] id = "researcher" name = "Researcher" gx = 6 gy = 2 width = 2 height = 2 [[agents]] id = "writer" name = "Writer" gx = 6 gy = 6 width = 2 height = 2 [[wires]] from = "lead" to = "researcher" [[wires]] from = "lead" to = "writer" [[wires]] from = "researcher" to = "writer"