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

journal-event:langgraph-stream-tasks

Structured · live

LangGraph stream_mode=tasks 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-tasks",
  "_kind": "JournalEvent",
  "_file": "extensions/journal-events/langgraph-events.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "LangGraph stream_mode=tasks",
    "eventName": "tasks",
    "kind": "completion",
    "direction": "runtime-to-platform",
    "terminal": false,
    "triggerCondition": "Emitted on task start/finish with results and errors. Requires a checkpointer.",
    "payloadSchema": {
      "type": "tasks",
      "fields": [
        "ns",
        "data(start|finish, result?, error?)"
      ]
    },
    "sourceCitation": "docs.langchain.com/oss/python/langgraph/streaming (stream_mode=tasks)"
  },
  "outgoingEdges": [
    {
      "from": "journal-event:langgraph-stream-tasks",
      "to": "agent-runtime-impl:langgraph.runtime@current",
      "kind": "journal_event_emitted_by",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}