Agentic Blueprints 130
Filters
Content Factory
A four-agent editorial crew: research the topic, write the draft, edit it against a quality bar, and file the finished piece in Notion ready to publish.
Standup Digest
Every morning it reads yesterday's tracker and GitHub activity, groups it by person, and posts a tight digest so standup is a read, not a round-robin.
Blog Repurposer
Takes one finished post and rewrites it for three channels at once — a thread, a newsletter section, a LinkedIn post — each in that channel's native voice, filed to Notion.
Docs Drift Sync
Watches merged changes for the ones that make your docs wrong, drafts the fix, and opens a documentation PR — reviewed before it lands.
Database Health Watch
Runs your health queries on a schedule, compares against normal ranges, and posts to Slack with enough context to know if it actually matters.
Release Notes Writer
Reads every PR merged since your last tag, groups them by theme, and writes human release notes ready to post.
Churn Radar
A scheduled scan that reads product usage and billing signals in parallel, scores account risk, and branches: alert the CSM or log it healthy.
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.
Recruiting Screener
Turns a job description into a ranked shortlist: reads résumés from your drive, scores them against the role, and drafts outreach to the top few.
On-Call Digest
A nightly sweep of open Sentry issues and firing Grafana alerts, deduped and summarized into one 'what's new or worse' digest.
Research Digest
Multi-source sweep, dedupe, then synthesize a cited brief. Runs on a schedule.
Support Triage
Classifies tickets, drafts replies, escalates edge cases with rationale.

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

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

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.

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.

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

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

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.

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.

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