You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added serialization support for objects implementing the CommandProtocol interface in both JSON and MessagePack formats
Updated the serializer to properly handle command objects by encoding their attributes
langgraph.checkpoint.serde.types
Added a new CommandProtocol interface that mirrors the Command type from langgraph, providing serialization capabilities for command objects that include update and send operations