II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:wake-word
Wake-word activation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:wake-word",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/voice/voice-and-audio.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Wake-word activation",
"kind": "voice",
"surface": "voice",
"description": "Always-listening mode that activates the agent on a configurable wake\nword. Used in voice-first assistants. Requires `microphone` IO surface\nplus persistent permission grant.\n",
"requiresPermission": true
},
"outgoingEdges": [
{
"from": "interaction-primitive:wake-word",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:agent-mux.ui@current",
"to": "interaction-primitive:wake-word",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "ui-control"
}
}
}
]
}