iiRecord
Agentic AI Atlas · Wake-word activation
interaction-primitive:wake-worda5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:wake-word

Structured · live

Wake-word activation json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/interaction-primitives/voice/voice-and-audio.yamlCluster · agent-stack
Record JSON
{
  "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"
        }
      }
    }
  ]
}