LangGraph stream_mode=messages
journal-event:langgraph-stream-messages
JournalEventextensions/journal-events/langgraph-events.yaml·Open in Graph → {
"id": "journal-event:langgraph-stream-messages",
"_kind": "JournalEvent",
"_file": "extensions/journal-events/langgraph-events.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "LangGraph stream_mode=messages",
"eventName": "messages",
"kind": "response",
"direction": "runtime-to-platform",
"terminal": false,
"triggerCondition": "Emitted as 2-tuples of (LLM token, metadata) from LLM calls inside graph nodes.",
"payloadSchema": {
"type": "messages",
"fields": [
"ns",
"data(token, metadata)"
]
},
"sourceCitation": "docs.langchain.com/oss/python/langgraph/streaming (stream_mode=messages)"
},
"outgoingEdges": [
{
"from": "journal-event:langgraph-stream-messages",
"to": "agent-runtime-impl:langgraph.runtime@current",
"kind": "journal_event_emitted_by",
"attributes": {}
}
],
"incomingEdges": []
}