II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:amp-oracle-dispatch
Amp Oracle subagent dispatch json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:amp-oracle-dispatch",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/agent-specific-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Amp Oracle subagent dispatch",
"description": "Dispatch a query to Amp's Oracle subagent — Sourcegraph Amp's\nspecialized deep-reasoning persona that runs longer for complex\nmulti-step problems. Triggered via tool-call from the parent\nsession; emits structured findings back to the parent on completion.\n",
"kind": "editor-ui",
"surface": "editor-ui",
"category": "interaction-primitive-category:human-in-loop",
"availableInModes": [
"chat",
"plan"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:amp-oracle-dispatch",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
},
{
"from": "interaction-primitive:amp-oracle-dispatch",
"to": "interaction-primitive-category:human-in-loop",
"kind": "in_category"
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:amp.ui@current",
"to": "interaction-primitive:amp-oracle-dispatch",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "tool-call",
"toolCallName": "amp_oracle"
}
}
}
]
}