iiRecord
Agentic AI Atlas · Wake (a5c canonical)
hook-surface:wakea5c.ai
II.
HookSurface JSON

hook-surface:wake

Structured · live

Wake (a5c canonical) json

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

File · channels-hooks/hook-surfaces/canonical/wake.yamlCluster · channels-hooks
Record JSON
{
  "id": "hook-surface:wake",
  "_kind": "HookSurface",
  "_file": "channels-hooks/hook-surfaces/canonical/wake.yaml",
  "_cluster": "channels-hooks",
  "attributes": {
    "eventName": "Wake (a5c canonical)",
    "displayName": "Wake (a5c canonical)",
    "kind": "canonical",
    "direction": "event",
    "blocking": false,
    "family": "in-process",
    "payloadSchema": {
      "type": "object",
      "required": [
        "runId"
      ],
      "properties": {
        "runId": {
          "type": "string"
        },
        "cause": {
          "type": "string"
        }
      }
    },
    "description": "a5c-emitted: fires when a sleeping run is woken (timer, channel\nmessage, manual trigger).\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-core-impl:a5c.core@current",
      "to": "hook-surface:wake",
      "kind": "fires_hook",
      "attributes": {}
    },
    {
      "from": "hook-mapping:wake-babysitter",
      "to": "hook-surface:wake",
      "kind": "maps_hook",
      "attributes": {}
    }
  ]
}