Agentic Blueprints 35
Filtersactive

Multi-Agent Researcher
A compact research team — searcher, analyst, writer — that turns a question into a structured research write-up.

AI Financial Coach
A Google ADK team acting as a personal-finance coach: agents analyze spending, goals, and habits to produce guidance.

Swarm Triage Agent
The minimal handoff example: a triage agent routes each request to a sales agent or a refunds agent and gets out of the way.

Swarm Personal Shopper
A personal-shopping team over a real user and product database: triage into sales or refunds, with orders and refunds as function tools.

Swarm Support Bot
A two-agent support bot: a user-interface agent talks to the customer while a help-center agent answers from docs in a vector store.

Swarm Airline Service
OpenAI's airline demo: a triage agent hands customers to flight-change, cancellation, or lost-baggage agents, each with policy function tools.

Swarm Customer Service Streaming
A streaming customer-service pipeline from the Swarm repo, packaged with docker-compose and tests — the deployment-shaped example.

Financial Research Agent
Six agents produce a verified financial research note: planner, searcher, fundamentals and risk analysts as tools, writer, then a verifier.

Agents SDK Customer Service
An airline customer-service team on the OpenAI Agents SDK: triage hands off to FAQ and seat-booking agents with function tools.