iiRecord
Agentic AI Atlas · STEP_DISPATCH
journal-event:babysitter-step-dispatcha5c.ai
II.
JournalEvent JSON

journal-event:babysitter-step-dispatch

Structured · live

STEP_DISPATCH json

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

File · extensions/journal-events/babysitter-journal-events.yamlCluster · extensions
Record JSON
{
  "id": "journal-event:babysitter-step-dispatch",
  "_kind": "JournalEvent",
  "_file": "extensions/journal-events/babysitter-journal-events.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "STEP_DISPATCH",
    "eventName": "STEP_DISPATCH",
    "kind": "state-change",
    "direction": "runtime-to-platform",
    "terminal": false,
    "triggerCondition": "Emitted by the on-step-dispatch hook when a step within a task is dispatched to a child effect.",
    "payloadSchema": {
      "stepId": "string",
      "taskId": "string"
    },
    "sourceCitation": "packages/sdk/src/cli/commands/hooks/log.ts:35"
  },
  "outgoingEdges": [
    {
      "from": "journal-event:babysitter-step-dispatch",
      "to": "agent-runtime-impl:a5c.runtime@current",
      "kind": "journal_event_emitted_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:a5c.runtime@current",
      "to": "journal-event:babysitter-step-dispatch",
      "kind": "emits_journal_event",
      "attributes": {}
    }
  ]
}