[PR #1126] [MERGED] langgraph: handle ConfigurableModel in createReactAgent #1253

Closed
opened 2026-02-15 20:14:58 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1126
Author: @vbarda
Created: 4/24/2025
Status: Merged
Merged: 4/24/2025
Merged by: @vbarda

Base: mainHead: vb/handle-configurable-model


📝 Commits (5)

📊 Changes

3 files changed (+221 additions, -43 deletions)

View changed files

📝 libs/langgraph/src/prebuilt/react_agent_executor.ts (+65 -19)
📝 libs/langgraph/src/tests/prebuilt.test.ts (+115 -24)
📝 libs/langgraph/src/tests/utils.ts (+41 -0)

📄 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/1126 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 4/24/2025 **Status:** ✅ Merged **Merged:** 4/24/2025 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/handle-configurable-model` --- ### 📝 Commits (5) - [`47f2a68`](https://github.com/langchain-ai/langgraphjs/commit/47f2a6851c7eaf6d1c14100e0d22d55fae358978) langgraph: handle ConfigurableModel in createReactAgent - [`05f75bf`](https://github.com/langchain-ai/langgraphjs/commit/05f75bfff29ad30f56441a3f76a3593a74e4c939) move - [`1ca0008`](https://github.com/langchain-ai/langgraphjs/commit/1ca00080995856b1f096c97b7be335a5d4d08f97) add caching - [`ce79e42`](https://github.com/langchain-ai/langgraphjs/commit/ce79e428f7298b69000d9b22ddc1a18fc5539b26) fix build - [`b3bf84e`](https://github.com/langchain-ai/langgraphjs/commit/b3bf84e601d70b71b22a5251c7f08f2fb7a74f73) trigger ci ### 📊 Changes **3 files changed** (+221 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/prebuilt/react_agent_executor.ts` (+65 -19) 📝 `libs/langgraph/src/tests/prebuilt.test.ts` (+115 -24) 📝 `libs/langgraph/src/tests/utils.ts` (+41 -0) </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 20:14:58 -05:00
yindo closed this issue 2026-02-15 20:14:58 -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#1253