[PR #859] [MERGED] langgraph: allow passing model.bindTools() to createReactAgent #1069

Closed
opened 2026-02-15 19:17:03 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/859
Author: @vbarda
Created: 2/11/2025
Status: Merged
Merged: 2/11/2025
Merged by: @vbarda

Base: mainHead: vb/allow-models-with-bound-tools


📝 Commits (5)

📊 Changes

3 files changed (+279 additions, -54 deletions)

View changed files

📝 libs/langgraph/src/prebuilt/react_agent_executor.ts (+96 -7)
📝 libs/langgraph/src/tests/prebuilt.test.ts (+149 -45)
📝 libs/langgraph/src/tests/utils.ts (+34 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/859 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 2/11/2025 **Status:** ✅ Merged **Merged:** 2/11/2025 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/allow-models-with-bound-tools` --- ### 📝 Commits (5) - [`53ea351`](https://github.com/langchain-ai/langgraphjs/commit/53ea351ad7eb776fc957518a19cb3e541b5ea746) langgraph: allow passing model.bindTools() to createReactAgent - [`1fbad98`](https://github.com/langchain-ai/langgraphjs/commit/1fbad98ac237296e08c53be5f21cdf247a6974de) tests - [`58b4553`](https://github.com/langchain-ai/langgraphjs/commit/58b455336eb7248988d429f09e5e40ac013cac4a) update - [`48eccc3`](https://github.com/langchain-ai/langgraphjs/commit/48eccc304082223316d4df17d4b4989d72803e65) simplify - [`36257e1`](https://github.com/langchain-ai/langgraphjs/commit/36257e113428170c1a364127d6a074fb24004f80) cr ### 📊 Changes **3 files changed** (+279 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/prebuilt/react_agent_executor.ts` (+96 -7) 📝 `libs/langgraph/src/tests/prebuilt.test.ts` (+149 -45) 📝 `libs/langgraph/src/tests/utils.ts` (+34 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:17:03 -05:00
yindo closed this issue 2026-02-15 19:17:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1069