mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-31 04:09:49 +02:00
Without UUID assignment, message eviction and RemoveMessage tombstoning fail for messages created without explicit IDs. Matches the behavior of add_messages. IDs are now assigned inline within the existing iterations over state_msgs and msgs to avoid an extra pass.