| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The open-source workflow catalog behind Agentic Software Development.
Each .mdx file under workflows/ is a copy-pasteable orchestration recipe for AI coding agents — Ralph, Spec Kit, PIV Loop, AGENTS.md, Antfarm, and 30+ others. The site at agenticpatterns.io renders these into card-grid + detail pages with an "Open in ChatGPT / Claude" menu.
A workflow is a reusable orchestration pattern for AI coding agents — a recipe you can copy into your LLM of choice. Categorized by tier:
A typical reference-mode workflow MDX (pointing to vendor docs):
---
title: OpenAI Agents SDK — Handoffs
tagline: Each agent exposes transfer_to_X tools; the next response is owned
by whichever agent is handed control.
attribution: OpenAI
tier: tool
canonical_url: https://openai.github.io/openai-agents-python/handoffs/
setup_command: |
pip install openai-agents
when_to_use: Specialist should own the next turn, not just help in the background.
when_not_to_use: When you need a single observable trace through one agent.
tags: [openai, sdk, handoffs, multi-agent]
sources:
- title: OpenAI Agents SDK — Handoffs
url: https://openai.github.io/openai-agents-python/handoffs/
year: 2025
related:
patterns: [routing, orchestrator-workers]
tools: [openai-agents-sdk]
---For full field documentation see SCHEMA.md. For contribution rules and the body templates for editorial-mode cards, see CONTRIBUTING.md.
End-to-end: PR merge → live on site in under 2 minutes.
MIT — see LICENSE. Each individual workflow may reference upstream content under its own license; the site renderer respects upstream license terms automatically (mirror only if permissive, otherwise reference-link with attribution).
| Back | FazBrowse Home | New Git URL |