II.
JournalEvent JSON
Structured · livejournal-event:babysitter-effect-requested
EFFECT_REQUESTED json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "journal-event:babysitter-effect-requested",
"_kind": "JournalEvent",
"_file": "extensions/journal-events/babysitter-journal-events.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "EFFECT_REQUESTED",
"eventName": "EFFECT_REQUESTED",
"kind": "request",
"direction": "runtime-to-platform",
"terminal": false,
"triggerCondition": "Emitted when the runtime requests an effect (task invocation, tool call) be executed by the harness.",
"payloadSchema": {
"effectId": "string",
"invocationKey": "string",
"invocationHash": "string",
"stepId": "string",
"taskId": "string",
"kind": "string",
"label": "string",
"labels": "list<string>",
"taskDefRef": "string",
"inputsRef": "string"
},
"sourceCitation": "packages/sdk/src/runtime/replay/effectIndex.ts:15-26,98 (EffectRequestedPayload)"
},
"outgoingEdges": [
{
"from": "journal-event:babysitter-effect-requested",
"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-effect-requested",
"kind": "emits_journal_event",
"attributes": {}
}
]
}