Agentic Blueprints 25
Filtersactive
SOC Alert Triage
A security alert gets enriched by three analysts in parallel, judged by a verdict agent with a skeptic on its shoulder, then auto-closed with rationale or escalated to a human.
Phishing Investigator
A reported email is dissected three ways at once — headers, links, attachments — then two agents debate benign vs. malicious before a human hits remediate.
Dispute Responder
A Stripe dispute goes to two agents who argue it out — advocate versus risk — then draft an evidence packet you approve before it's filed.

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.

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

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.

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

Reflection (AutoGen pattern)
A coder agent and a reviewer agent in a critique loop: code, review, revise, until the reviewer approves.