[PR #1208] [MERGED] feat(langgraph): add pushMessage method #1300

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1208
Author: @dqbd
Created: 5/22/2025
Status: Merged
Merged: 5/22/2025
Merged by: @dqbd

Base: mainHead: dqbd/push-message


📝 Commits (1)

  • a3dea4d feat(langgraph): add pushMessage method

📊 Changes

3 files changed (+299 additions, -14 deletions)

View changed files

libs/langgraph/src/graph/message.test.ts (+223 -0)
📝 libs/langgraph/src/graph/message.ts (+54 -0)
📝 libs/langgraph/src/pregel/messages.ts (+22 -14)

📄 Description

This method is especially useful when yielding a manual AI message to bind Gen UI elements and for allowing other libraries to use messages / messages-tuple stream


🔄 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/1208 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 5/22/2025 **Status:** ✅ Merged **Merged:** 5/22/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/push-message` --- ### 📝 Commits (1) - [`a3dea4d`](https://github.com/langchain-ai/langgraphjs/commit/a3dea4dfdd6ae0c35884e20a3199c0c9e561d0f7) feat(langgraph): add pushMessage method ### 📊 Changes **3 files changed** (+299 additions, -14 deletions) <details> <summary>View changed files</summary> ➕ `libs/langgraph/src/graph/message.test.ts` (+223 -0) 📝 `libs/langgraph/src/graph/message.ts` (+54 -0) 📝 `libs/langgraph/src/pregel/messages.ts` (+22 -14) </details> ### 📄 Description This method is especially useful when yielding a manual AI message to bind Gen UI elements and for allowing other libraries to use `messages` / `messages-tuple` stream --- <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:15:10 -05:00
yindo closed this issue 2026-02-15 20:15:10 -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#1300