[PR #5888] feat(prebuilt): Split tool node to individual tool nodes #4704

Closed
opened 2026-02-20 17:50:37 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/5888

State: closed
Merged: Yes


Add option to split tool node to individual nodes.

Summary:

  • User code (specifically streaming) may break if it's relying on the name of the tools node
  • The boolean flag in the interface is likely temporary (especially if there are no major breaking changes)
  • We'll need to decide if we can get rid of the version in create react agent. "v1" is not consistent conceptually with a node per tool.
**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/5888 **State:** closed **Merged:** Yes --- Add option to split tool node to individual nodes. Summary: * User code (specifically streaming) may break if it's relying on the name of the `tools` node * The boolean flag in the interface is likely **temporary** (especially if there are no major breaking changes) * We'll need to decide if we can get rid of the version in create react agent. "v1" is not consistent conceptually with a node per tool.
yindo added the pull-request label 2026-02-20 17:50:37 -05:00
yindo closed this issue 2026-02-20 17:50:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#4704