← Home
Portable multi-agent workflows

Agentic Blueprints 34

Filtersactive
AllServersToolsBlueprints
34 blueprintsOfficial work first, then community by stars

Supervisor Team

com.socketcat/supervisor-team
LangGraph

A supervisor decides who works next — a researcher who searches or a coder who edits the repo — and assembles the result when the work is done.

21402 servers
312

Deep Research

com.socketcat/deep-research
LangGraph

Splits a hard question into sub-questions, researches them in parallel to keep the wall-clock low, then synthesizes one brief with citations.

17551 server
254

Agentic RAG

com.socketcat/agentic-rag
LangGraph

Retrieval that doesn't trust its first search: it grades the results, rewrites the query when they're weak, and only answers once the context is good.

16801 server
241

Plan and Execute

com.socketcat/plan-and-execute
LangGraph

A planner breaks a goal into steps, an executor works them one at a time, and a replanner adjusts the plan as reality comes back — until it's done.

14902 servers
208

Reflection Loop

com.socketcat/reflection-loop
LangGraph

A generator drafts, a critic tears it apart, the generator revises — repeat until the critic has nothing left to flag. Quality through self-review.

13051 server
176

Sequential Workflow (AutoGen pattern)

io.github.microsoft/sequential-workflow-pattern
Autogen

Four agents in a strict pipeline, each transforming the previous agent's output — the assembly-line shape, minimal and clean.

50000
community ↗

Semantic Router

io.github.microsoft/semantic-router
Autogen

A semantic router classifies each incoming message and dispatches it to the right agent over a distributed pub/sub runtime.

50000
community ↗

Reflection (AutoGen pattern)

io.github.microsoft/reflection-pattern
Autogen

A coder agent and a reviewer agent in a critique loop: code, review, revise, until the reviewer approves.

50000
community ↗

Negotiation Battle Simulator

io.github.shubhamsaboo/ai-negotiation-battle-simulator
Custom

Two agents negotiate against each other in a simulated deal — agent-vs-agent with a live UI, built on Google ADK and AG-UI.

50000
community ↗

Magentic-One

io.github.microsoft/magentic-one
Autogen

Microsoft's generalist five-agent team: an orchestrator directing a web surfer, file surfer, coder, and terminal to solve open-ended tasks.

50000
community ↗

Selector Group Chat

io.github.microsoft/selector-group-chat
Autogen

An LLM selector reads the conversation and picks which agent speaks next — planner, searcher, or analyst — instead of a fixed turn order.

50000
community ↗

Distributed Group Chat

io.github.microsoft/distributed-group-chat
Autogen

A writer and an editor collaborate in a group chat where every agent runs in a separate distributed runtime, talking over gRPC.

50000
community ↗

Handoffs (AutoGen pattern)

io.github.microsoft/handoffs-pattern
Autogen

Swarm-style handoffs in AutoGen: triage, sales, and refund agents transfer the conversation to whoever should own it next.

50000
community ↗

Concurrent Agents (AutoGen pattern)

io.github.microsoft/concurrent-agents-pattern
Autogen

Fan a task out to multiple agents at once and gather their results — AutoGen's minimal parallel pattern.

50000
community ↗

Group Chat (AutoGen pattern)

io.github.microsoft/group-chat-pattern
Autogen

A group-chat manager coordinates role agents — writer, editor, and friends — publishing turns to a shared conversation.

50000
community ↗

Mixture of Agents

io.github.microsoft/mixture-of-agents
Autogen

Layers of worker agents refine the previous layer's answers, with an orchestrator combining them into a stronger final response.

50000
community ↗

Self-Evolving Agent

io.github.shubhamsaboo/ai-self-evolving-agent
Custom

An EvoAgentX system that generates its own multi-agent workflow for a goal, executes it, verifies the result, and repairs itself.

50000
community ↗

Multi-Agent Debate

io.github.microsoft/multi-agent-debate
Autogen

Several solver agents answer the same problem, read each other's answers, and revise over rounds until the majority converges.

50000
community ↗

Hierarchical Agent Teams

io.github.langchain-ai/hierarchical-agent-teams
LangGraph

A supervisor of supervisors: a top-level orchestrator directs a research team and a document-writing team, each with its own internal supervisor.

20000
community ↗

Self-RAG

io.github.langchain-ai/self-rag
LangGraph

Retrieval with self-reflection at every step: grade the documents, check the answer for hallucination, and loop until it's grounded.

20000
community ↗

Multi-Agent Collaboration

io.github.langchain-ai/multi-agent-collaboration
LangGraph

A researcher agent and a chart-generator agent divide a task and route work between themselves until the answer is a finished chart.

20000
community ↗

LLMCompiler

io.github.langchain-ai/llm-compiler
LangGraph

A planner streams a DAG of tasks, workers execute them in parallel as dependencies clear, and a joiner decides to finish or replan.

20000
community ↗

ReWOO

io.github.langchain-ai/rewoo
LangGraph

Reasoning without observation: a planner writes the full tool plan up front with variable substitution, workers fill it in, a solver answers.

20000
community ↗

LATS (Language Agent Tree Search)

io.github.langchain-ai/lats
LangGraph

Monte-Carlo tree search over agent actions: generate candidates, reflect and score them, expand the best branches until one solves the task.

20000
community ↗
124 of 34
← Prev12