iiRecord
Agentic AI Atlas · LangGraph stream_mode=updates
journal-event:langgraph-stream-updatesa5c.ai
II.
JournalEvent JSON

journal-event:langgraph-stream-updates

Structured · live

LangGraph stream_mode=updates json

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

File · extensions/journal-events/langgraph-events.yamlCluster · extensions
Record JSON
{
  "id": "journal-event:langgraph-stream-updates",
  "_kind": "JournalEvent",
  "_file": "extensions/journal-events/langgraph-events.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "LangGraph stream_mode=updates",
    "eventName": "updates",
    "kind": "state-change",
    "direction": "runtime-to-platform",
    "terminal": false,
    "triggerCondition": "Emitted after each step with the per-node state delta. Multiple updates in the same step stream separately.",
    "payloadSchema": {
      "type": "updates",
      "fields": [
        "ns",
        "data"
      ]
    },
    "sourceCitation": "docs.langchain.com/oss/python/langgraph/streaming (stream_mode=updates)"
  },
  "outgoingEdges": [
    {
      "from": "journal-event:langgraph-stream-updates",
      "to": "agent-runtime-impl:langgraph.runtime@current",
      "kind": "journal_event_emitted_by",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}