displayName
Triage Agent (OpenAI Agents SDK example)
provenance
built-in
subjectId
roleId
systemPrompt
Canonical example agent from the OpenAI Agents SDK quickstart. Acts
as an orchestrator that decides which downstream specialised agent
should handle the user's request, then issues a handoff.
tools
[]
triggers
Invoked at the start of any conversation that uses the
triage→specialist handoff pattern from the SDK documentation.
description
Documented in https://openai.github.io/openai-agents-python/quickstart/
as the prototypical entry-point agent in the multi-agent example.