Skip to content

prebuilt==0.1.5

Choose a tag to compare

@github-actions github-actions released this 25 Mar 17:55
af7515c

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