II.
JournalEvent JSON
Structured · livejournal-event:babysitter-effect-progress
EFFECT_PROGRESS json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "journal-event:babysitter-effect-progress",
"_kind": "JournalEvent",
"_file": "extensions/journal-events/babysitter-journal-events.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "EFFECT_PROGRESS",
"eventName": "EFFECT_PROGRESS",
"kind": "state-change",
"direction": "platform-to-runtime",
"terminal": false,
"triggerCondition": "Emitted as a long-running effect reports incremental progress.",
"payloadSchema": {
"effectId": "string",
"progressPercent": "number",
"progressLabel": "string",
"currentStep": "string",
"progressEta": "string"
},
"sourceCitation": "packages/sdk/src/runtime/replay/effectIndex.ts:53-59,107 (EffectProgressPayload)"
},
"outgoingEdges": [
{
"from": "journal-event:babysitter-effect-progress",
"to": "agent-platform-impl:a5c.platform@current",
"kind": "journal_event_emitted_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-platform-impl:a5c.platform@current",
"to": "journal-event:babysitter-effect-progress",
"kind": "emits_journal_event",
"attributes": {}
}
]
}