iiRecord
Agentic AI Atlas · TASK_START
journal-event:babysitter-task-starta5c.ai
II.
JournalEvent JSON

journal-event:babysitter-task-start

Structured · live

TASK_START 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-task-start",
  "_kind": "JournalEvent",
  "_file": "extensions/journal-events/babysitter-journal-events.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "TASK_START",
    "eventName": "TASK_START",
    "kind": "state-change",
    "direction": "runtime-to-platform",
    "terminal": false,
    "triggerCondition": "Emitted by the on-task-start hook when a task subagent begins execution (recorded by the harness hook logger).",
    "payloadSchema": {
      "taskId": "string",
      "runId": "string"
    },
    "sourceCitation": "packages/babysitter-sdk/src/cli/commands/hooks/log.ts:33"
  },
  "outgoingEdges": [
    {
      "from": "journal-event:babysitter-task-start",
      "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-task-start",
      "kind": "emits_journal_event",
      "attributes": {}
    }
  ]
}