mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
* Implement serialization with msgpack library - encode custom python objects with a msgpack extension type, with constructor path string, and args encoded as nested msgpack doc * Smaller msgpack extension types * Update lock files * lock * Don't delegate to pydantic json * Fix kafka serde - should use our serializer to load, as inputs to subgraphs are serialized using it