YOKE_Marketplace
← Marketplace

Research Team

FREE TEMPLATE

by YOKE Templates

A 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.

version 1updated 2026-07-22published 2026-07-22visibility public
This template is free. Launching runs it on a cloud box — $50/mo (2 GB) or $100/mo (4 GB), cancel anytime. You'll pick a size next.
Your swarm runs from the YOKE desktop app: after checkout you install it and sign in to bring the agents online.
Sign in to launch · runs on a cloud box · cancel anytime
Structure
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"