[PR #1750] [CLOSED] langgraph[patch]: rename state_modifier -> preprocess_model_inputs in create_react_agent #2274

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1750
Author: @baskaryan
Created: 9/17/2024
Status: Closed

Base: mainHead: bagatur/react_prompt


📝 Commits (5)

  • 7d18ec1 langgraph[patch]: support prompt arg in create_react_agent
  • 55da12b Merge branch 'main' into bagatur/react_prompt
  • 826f23b switch to preprocess_model_inputs
  • 694260d cleanup
  • 2f85b93 improve message

📊 Changes

2 files changed (+144 additions, -90 deletions)

View changed files

📝 libs/langgraph/langgraph/prebuilt/chat_agent_executor.py (+76 -53)
📝 libs/langgraph/tests/test_prebuilt.py (+68 -37)

📄 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/langgraph/pull/1750 **Author:** [@baskaryan](https://github.com/baskaryan) **Created:** 9/17/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `bagatur/react_prompt` --- ### 📝 Commits (5) - [`7d18ec1`](https://github.com/langchain-ai/langgraph/commit/7d18ec126300adce60eac520132eb1a037ab794a) langgraph[patch]: support prompt arg in create_react_agent - [`55da12b`](https://github.com/langchain-ai/langgraph/commit/55da12b2ca19600d764f11e64732f62ef0cc08b6) Merge branch 'main' into bagatur/react_prompt - [`826f23b`](https://github.com/langchain-ai/langgraph/commit/826f23bf304c0a48b1b275f09615a95d07b2496b) switch to preprocess_model_inputs - [`694260d`](https://github.com/langchain-ai/langgraph/commit/694260d60abbf768a474d6b54b5b4ed7782549f1) cleanup - [`2f85b93`](https://github.com/langchain-ai/langgraph/commit/2f85b93a014b396d711dbf3e6ae0a16ac5945676) improve message ### 📊 Changes **2 files changed** (+144 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/prebuilt/chat_agent_executor.py` (+76 -53) 📝 `libs/langgraph/tests/test_prebuilt.py` (+68 -37) </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-20 17:46:42 -05:00
yindo closed this issue 2026-02-20 17:46:42 -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#2274