II.
JournalEvent JSON
Structured · livejournal-event:openai-agents-run-item-handoff-requested
OpenAI Agents SDK / RunItemStreamEvent handoff_requested json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "journal-event:openai-agents-run-item-handoff-requested",
"_kind": "JournalEvent",
"_file": "extensions/journal-events/openai-agents-sdk-events.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "OpenAI Agents SDK / RunItemStreamEvent handoff_requested",
"eventName": "run_item_stream_event.handoff_requested",
"kind": "request",
"direction": "runtime-to-platform",
"terminal": false,
"triggerCondition": "Current agent has emitted a handoff tool call targeting another Agent.",
"payloadSchema": {
"type": "RunItemStreamEvent",
"fields": [
"name=handoff_requested",
"item(HandoffCallItem)"
]
},
"sourceCitation": "openai.github.io/openai-agents-python/streaming/ (RunItemStreamEvent)"
},
"outgoingEdges": [
{
"from": "journal-event:openai-agents-run-item-handoff-requested",
"to": "agent-runtime-impl:openai-agents-sdk.runtime@current",
"kind": "journal_event_emitted_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-runtime-impl:openai-agents-sdk.runtime@current",
"to": "journal-event:openai-agents-run-item-handoff-requested",
"kind": "emits_journal_event",
"attributes": {}
}
]
}