iiRecord
Agentic AI Atlas · Error
hook-surface:errora5c.ai
II.
HookSurface JSON

hook-surface:error

Structured · live

Error json

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

File · channels-hooks/hook-surfaces/native/phase-gap-surfaces.yamlCluster · channels-hooks
Record JSON
{
  "id": "hook-surface:error",
  "_kind": "HookSurface",
  "_file": "channels-hooks/hook-surfaces/native/phase-gap-surfaces.yaml",
  "_cluster": "channels-hooks",
  "attributes": {
    "displayName": "Error",
    "hookPhase": "post",
    "description": "Fires when an error occurs during agent execution. Allows\nerror reporting, recovery logic, or user notification.\n",
    "isNative": true,
    "availableInProducts": [
      "agent:copilot-cli",
      "agent:omp",
      "agent:openclaw"
    ]
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:copilot-cli.runtime@current",
      "to": "hook-surface:error",
      "kind": "exposes",
      "attributes": {}
    },
    {
      "from": "agent-runtime-impl:omp.runtime@current",
      "to": "hook-surface:error",
      "kind": "exposes",
      "attributes": {}
    },
    {
      "from": "agent-runtime-impl:openclaw.runtime@current",
      "to": "hook-surface:error",
      "kind": "exposes",
      "attributes": {}
    },
    {
      "from": "hook-mapping:error-copilot",
      "to": "hook-surface:error",
      "kind": "maps_hook",
      "attributes": {}
    },
    {
      "from": "hook-mapping:error-oh-my-pi",
      "to": "hook-surface:error",
      "kind": "maps_hook",
      "attributes": {}
    }
  ]
}