[PR #173] [MERGED] Accept Async Messages Modifier #552

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/173
Author: @hinthornw
Created: 5/20/2024
Status: Merged
Merged: 5/20/2024
Merged by: @nfcampos

Base: mainHead: wfh/noposargs


📝 Commits (2)

📊 Changes

3 files changed (+76 additions, -24 deletions)

View changed files

📝 langgraph/src/prebuilt/react_agent_executor.ts (+29 -15)
📝 langgraph/src/tests/prebuilt.int.test.ts (+2 -2)
📝 langgraph/src/tests/prebuilt.test.ts (+45 -7)

📄 Description

Also use named params or whatever instead of positional ones in createReactAgent


🔄 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/173 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 5/20/2024 **Status:** ✅ Merged **Merged:** 5/20/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `wfh/noposargs` --- ### 📝 Commits (2) - [`2055702`](https://github.com/langchain-ai/langgraphjs/commit/2055702c40644478d3f9c51ccb5492645c2ebd1d) Accept Async Messages Modifier - [`6ab7c1d`](https://github.com/langchain-ai/langgraphjs/commit/6ab7c1d5ae17d65b9b49f029dd1ff15f7c697a7f) tests ### 📊 Changes **3 files changed** (+76 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/src/prebuilt/react_agent_executor.ts` (+29 -15) 📝 `langgraph/src/tests/prebuilt.int.test.ts` (+2 -2) 📝 `langgraph/src/tests/prebuilt.test.ts` (+45 -7) </details> ### 📄 Description Also use named params or whatever instead of positional ones in `createReactAgent` --- <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:15:01 -05:00
yindo closed this issue 2026-02-15 19:15:01 -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#552