iiRecord
Agentic AI Atlas · After Model
hook-surface:after-modela5c.ai
II.
HookSurface JSON

hook-surface:after-model

Structured · live

After Model 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:after-model",
  "_kind": "HookSurface",
  "_file": "channels-hooks/hook-surfaces/native/phase-gap-surfaces.yaml",
  "_cluster": "channels-hooks",
  "attributes": {
    "displayName": "After Model",
    "hookPhase": "post",
    "description": "Fires after the model returns a response. Allows response filtering,\nlogging, or augmentation before the agent processes the output.\n",
    "isNative": true,
    "availableInProducts": [
      "agent:gemini-cli"
    ]
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:gemini-cli.runtime@current",
      "to": "hook-surface:after-model",
      "kind": "exposes",
      "attributes": {}
    },
    {
      "from": "hook-mapping:after-model-gemini",
      "to": "hook-surface:after-model",
      "kind": "maps_hook",
      "attributes": {}
    }
  ]
}