II.
Capability JSON
Structured · livecapability:supports-handoffs
Supports handoffs json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "capability:supports-handoffs",
"_kind": "Capability",
"_file": "capabilities/capabilities/sdk-framework-capabilities.yaml",
"_cluster": "capabilities",
"attributes": {
"displayName": "Supports handoffs",
"description": "The framework supports structured agent-to-agent handoffs where\ncontrol transfers from one agent to another within a run. Distinct\nfrom general subagent dispatch — handoffs imply a formal transfer\nof conversation ownership with defined input/output contracts.\n",
"appliesToNodeKinds": [
"AgentVersion",
"AgentRuntimeImpl"
],
"category": "subagents"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-core-impl:openai-agents-sdk.core@current",
"to": "capability:supports-handoffs",
"kind": "supports",
"attributes": {
"versionRange": ">=0.1.0",
"level": "full",
"notes": "Handoffs modeled as tool calls transferring control to another Agent."
}
},
{
"from": "agent-version:openai-agents-sdk@current",
"to": "capability:supports-handoffs",
"kind": "supports",
"attributes": {
"versionRange": ">=0.1.0",
"level": "full",
"notes": "Structured agent-to-agent handoffs modeled as tool calls. Handoff\ntransfers conversation ownership to another Agent instance with\ndefined input filters and output types.\n"
}
}
]
}