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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
langgraph-prebuilt 0.1.5
Summary of Changes
Enhanced ToolNode to combine parent commands with goto instructions into a single command, improving flow efficiency (PR #4003)
Replaced msgpack with ormsgpack for better serialization performance (PR #3953)
Added xxhash dependency for improved hashing capabilities (PR #3954)
Detailed Changes
langgraph.prebuilt.tool_node.ToolNode
Refactored code to extract a new method _combine_tool_outputs for better maintainability (PR #4003)
Added functionality to intelligently combine parent commands with goto instructions into a single parent command, streamlining control flow (PR #4003)
This optimization ensures that multiple instructions to send data to the parent graph are consolidated, which improves the efficiency of tool execution