iiRecord
Agentic AI Atlas · Before Agent
hook-surface:before-agenta5c.ai
II.
HookSurface JSON

hook-surface:before-agent

Structured · live

Before Agent 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:before-agent",
  "_kind": "HookSurface",
  "_file": "channels-hooks/hook-surfaces/native/phase-gap-surfaces.yaml",
  "_cluster": "channels-hooks",
  "attributes": {
    "displayName": "Before Agent",
    "hookPhase": "pre",
    "description": "Fires before an agent session begins. Allows initialization,\nenvironment setup, or agent configuration injection.\n",
    "isNative": true,
    "availableInProducts": [
      "agent:gemini-cli"
    ]
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:gemini-cli.runtime@current",
      "to": "hook-surface:before-agent",
      "kind": "exposes",
      "attributes": {}
    },
    {
      "from": "hook-mapping:before-agent-gemini",
      "to": "hook-surface:before-agent",
      "kind": "maps_hook",
      "attributes": {}
    }
  ]
}