II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:babysitter-plan
/babysitter:plan json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:babysitter-plan",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/interaction-primitives-babysitter.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "/babysitter:plan",
"description": "Plan a babysitter run without actually executing it. Builds the best process design only.",
"surface": "slash-command",
"category": "interaction-primitive-category:lifecycle",
"availableInModes": [
"chat",
"plan"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:babysitter-plan",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
},
{
"from": "interaction-primitive:babysitter-plan",
"to": "interaction-primitive-category:lifecycle",
"kind": "in_category"
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:babysitter.ui@current",
"to": "interaction-primitive:babysitter-plan",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "slash-command",
"invocationToken": "/babysitter:plan"
}
}
}
]
}