mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-30 19:59:40 +02:00
Add REMOVE_ALL_MESSAGES sentinel handling and BaseMessageChunk coercion, completing parity with add_messages. REMOVE_ALL_MESSAGES resets state and discards all preceding writes; chunks are coerced to full messages via message_chunk_to_message. Both properties are batching-invariant.