Agentic Blueprints 94
Filtersactive

AI Legal Agent Team
A legal team over your uploaded contracts: researcher, contract analyst, and strategist agents answer from document RAG.

AI Real Estate Agent Team
A property-search team: agents gather listings, analyze fit against the buyer's criteria, and assemble a recommendation report.

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.

AI Finance Agent Team
A two-agent finance desk: a web-search agent for news and context, a finance agent pulling real market data through YFinance.

AI News & Podcast Agents
A pipeline of agents that gathers the day's news on a topic, writes the episode, and produces an audio podcast from it.

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

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

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

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

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

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

Multimodal Coding Agent Team
A coding team that accepts images too: a vision agent reads screenshots of problems, a coding agent solves them with live code execution.

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

DevPulse AI
Aggregates a team's engineering activity, scores it, assesses delivery risk, and synthesizes a health report — a pipeline of four agent stages.

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

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.

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.

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.

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.