II.
OrchestrationPrimitive JSON
Structured · liveorch-primitive:session-handoff
Session Handoff json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "orch-primitive:session-handoff",
"_kind": "OrchestrationPrimitive",
"_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Session Handoff",
"description": "Hand off work between agents (agent-to-agent) or from agent to human.\nThe primitive serializes the current session context — conversation\nhistory, workspace state, partial results — and transfers it to the\nreceiving party. Used for escalation, specialization routing, and\nshift-change patterns in long-running workflows.\n",
"orchestrationKind": "session-lifecycle",
"trigger": "manual"
},
"outgoingEdges": [
{
"from": "orch-primitive:session-handoff",
"to": "topic:agent-session-management",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:session-handoff",
"to": "skill-area:multi-agent-coordination",
"kind": "orch_requires_skill_area",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-core-impl:agent-mux.core@current",
"to": "orch-primitive:session-handoff",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:gemini-cli.core@current",
"to": "orch-primitive:session-handoff",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:hermes.core@current",
"to": "orch-primitive:session-handoff",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:openai-agents-sdk.core@current",
"to": "orch-primitive:session-handoff",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:paperclip.core@current",
"to": "orch-primitive:session-handoff",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "orch-primitive:budget-stop",
"to": "orch-primitive:session-handoff",
"kind": "orch_triggers",
"attributes": {}
},
{
"from": "orch-primitive:workspace-snapshot",
"to": "orch-primitive:session-handoff",
"kind": "orch_triggers",
"attributes": {}
},
{
"from": "tool:agent-message-queue",
"to": "orch-primitive:session-handoff",
"kind": "relates_to_topic",
"attributes": {}
}
]
}