Agentic Blueprints 22
Filtersactive

AI Mental Wellbeing Team
An AG2 team offering structured wellbeing support: assessment, action, and follow-up roles — a support-app pattern, not a clinician.

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

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

Literature Review Team
Search agents pull papers from the web and arXiv, an analyst reads them, and a reporter writes the literature review round-robin.

Company Research Team
A research team combines web search with live financial data to produce a company analysis: business, stock history, and outlook.

Gitty
A CLI multi-agent tool that reads your GitHub issues and PRs and drafts the mundane replies so maintainers keep their focus.

Group Chat (AutoGen pattern)
A group-chat manager coordinates role agents — writer, editor, and friends — publishing turns to a shared conversation.

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

Code-Execution Group Chat
An assistant writes code and an executor agent runs it in the same chat, feeding real output back until the task is solved.

Travel Planning Team
A group chat of travel specialists collaboratively assembles a trip plan, each agent contributing its piece of the itinerary.

AgentChat Swarm
A flight-refund team using handoff-based swarm coordination, including a handoff to the human user when the agents need input.

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

Streaming Handoffs API
A FastAPI service streaming multi-agent chat with handoffs and persistent conversation history — agents as a production API.

GraphRAG Assistant
An AgentChat assistant that answers over a GraphRAG index — graph-structured retrieval behind a conversational agent.

Chess Game Agents
Play chess against an agent — or watch two agents play each other — with legal moves enforced by a real chess engine.

AG2 Adaptive Research Team
An AG2 research team with sequential handoffs plus routing and fallback — the flow adapts when a step comes back weak.

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

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

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

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