Loading lesson page...
Handoffs and Routines — Stateless Orchestration
Learn + BuildPython (stdlib)OpenAI's Swarm (October 2024) distilled multi-agent orchestration to two primitives: routines (instructions + tools as a system prompt) and handoffs (a tool that returns another Agent). No state machine, no branching DSL — the LLM routes b...