Patch Changes
-
#10169
3b1fd54Thanks @hntrl! - fix(core, langchain): bump uuid dependency from ^10.0.0 to ^11.0.0 to fix Metro bundler errorThe
uuidv10 package has ambiguousexportsin itspackage.jsonwhich causes Metro (used by Expo/React Native) to resolve the wrong entry point, resulting inCannot read properties of undefined (reading 'v1'). Theuuidv11 package fixes its exports map to work correctly with Metro's package exports resolution. -
#10165
01a84aeThanks @hntrl! - fix(agents): propagate store and checkpointer in ReactAgent- Added
checkpointerandstoregetter/setter pairs onReactAgentthat forward to the internal compiled graph. This fixes an issue where the LangGraph API server's checkpointer injection was silently ignored, causing thread state to be lost across server restarts. - Propagate
storeandconfigurablefrom the LangGraph config into the middlewareruntimeobject. Previously,runtime.storewas alwaysundefinedeven when a store was provided tocreateAgent().
- Added
-
#10146
67cc069Thanks @eddienubes! - docs: update an outdated middleware example -
Updated dependencies [
9f30267,403a99f,3b1fd54,77bd982]:- @langchain/core@1.1.29