II.
Subagent JSON
Structured · livesubagent:openai-agents-sdk.triage
Triage Agent (OpenAI Agents SDK example) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "subagent:openai-agents-sdk.triage",
"_kind": "Subagent",
"_file": "extensions/subagents/subagents-openai-agents-sdk.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Triage Agent (OpenAI Agents SDK example)",
"provenance": "built-in",
"subjectId": "agentVersion:codex:ge-0-119-0",
"roleId": "role:planner",
"systemPrompt": "Canonical example agent from the OpenAI Agents SDK quickstart. Acts\nas an orchestrator that decides which downstream specialised agent\nshould handle the user's request, then issues a handoff.\n",
"tools": [],
"triggers": "Invoked at the start of any conversation that uses the\ntriage→specialist handoff pattern from the SDK documentation.\n",
"description": "Documented in https://openai.github.io/openai-agents-python/quickstart/\nas the prototypical entry-point agent in the multi-agent example.\n"
},
"outgoingEdges": [
{
"from": "subagent:openai-agents-sdk.triage",
"to": "role:planner",
"kind": "roles_played_by",
"attributes": {}
},
{
"from": "subagent:openai-agents-sdk.triage",
"to": "extension-interface:orchestration",
"kind": "implements",
"attributes": {}
}
],
"incomingEdges": []
}