Patch Changes
-
63847a6: fix(langchain): recognize Python
AIMessageChunkplain message objects from RemoteGraph streamsPython
langchain-coreserializes streaming message chunks withtype: "AIMessageChunk", while TypeScriptlangchain-coreusestype: "ai". ThetoUIMessageStreamadapter previously only matched the TypeScript form, silently dropping text deltas and tool-call events when streaming from Python LangGraph servers viaRemoteGraph.