← All blueprints
🧭

Supervisor Team LangGraph

blueprint · 4 agents · 2 MCP servers

What it does

A supervisor agent reads the task and hands it to whichever specialist fits: a researcher who searches, or a coder who reads and edits a repo. The supervisor decides when the work is done and assembles the result. This is the backbone pattern for most multi-agent systems.

Agent flow

1 · Supervisor
Route to a specialist
no tools · reasoning
2 · Researcher
Gather what's needed
search: web
3 · Coder
Read and edit the repo
github: get_file, open_pr
4 · Supervisor
Assemble the result
no tools · reasoning
fork & run
# fork into your project, wire your own servers
npx socketcat fork supervisor-team
Supervisor Team, an agent blueprint · SocketCat