[PR #714] [MERGED] feat(prebuilt): Adds stateModifier param to createReactAgent #959

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/714
Author: @jacoblee93
Created: 12/5/2024
Status: Merged
Merged: 12/5/2024
Merged by: @jacoblee93

Base: mainHead: jacob/react


📝 Commits (2)

📊 Changes

7 files changed (+597 additions, -131 deletions)

View changed files

📝 docs/docs/concepts/memory.md (+1 -1)
📝 examples/how-tos/react-system-prompt.ipynb (+13 -2)
📝 examples/multi_agent/agent_supervisor.ipynb (+16 -5)
📝 examples/multi_agent/hierarchical_agent_teams.ipynb (+69 -41)
📝 libs/langgraph/src/prebuilt/index.ts (+5 -1)
📝 libs/langgraph/src/prebuilt/react_agent_executor.ts (+191 -74)
📝 libs/langgraph/src/tests/prebuilt.test.ts (+302 -7)

📄 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/714 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 12/5/2024 **Status:** ✅ Merged **Merged:** 12/5/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/react` --- ### 📝 Commits (2) - [`512e8f7`](https://github.com/langchain-ai/langgraphjs/commit/512e8f7d5d8aa188eac6dbe0bdd6172aceca5894) Adds stateModifier param - [`4981728`](https://github.com/langchain-ai/langgraphjs/commit/4981728e155f9033402e6c7325b8963b1af54c83) Fix link ### 📊 Changes **7 files changed** (+597 additions, -131 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/concepts/memory.md` (+1 -1) 📝 `examples/how-tos/react-system-prompt.ipynb` (+13 -2) 📝 `examples/multi_agent/agent_supervisor.ipynb` (+16 -5) 📝 `examples/multi_agent/hierarchical_agent_teams.ipynb` (+69 -41) 📝 `libs/langgraph/src/prebuilt/index.ts` (+5 -1) 📝 `libs/langgraph/src/prebuilt/react_agent_executor.ts` (+191 -74) 📝 `libs/langgraph/src/tests/prebuilt.test.ts` (+302 -7) </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:16:33 -05:00
yindo closed this issue 2026-02-15 19:16:33 -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#959