[PR #52] [MERGED] message graph #451

Closed
opened 2026-02-15 18:17:02 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/52
Author: @bracesproul
Created: 2/9/2024
Status: Merged
Merged: 2/10/2024
Merged by: @bracesproul

Base: mainHead: brace/message-graph


📝 Commits (9)

📊 Changes

5 files changed (+424 additions, -13 deletions)

View changed files

langgraph/.env.example (+6 -0)
langgraph/src/graph/message.ts (+22 -0)
📝 langgraph/src/graph/state.ts (+74 -11)
📝 langgraph/src/tests/pregel.test.ts (+265 -2)
langgraph/src/tests/utils.ts (+57 -0)

📄 Description

cc @nfcampos

porting:


🔄 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/52 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 2/9/2024 **Status:** ✅ Merged **Merged:** 2/10/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/message-graph` --- ### 📝 Commits (9) - [`4a49224`](https://github.com/langchain-ai/langgraphjs/commit/4a49224c0d1ffac567c2ac6aac690814be935181) message graph - [`d55de8f`](https://github.com/langchain-ai/langgraphjs/commit/d55de8feb98e53fb714f0ed9507f8ac36e7c3464) chore: lint files - [`d1927d9`](https://github.com/langchain-ai/langgraphjs/commit/d1927d934a6eb1206ec39fbe1c17bface6441fcf) cr - [`3296eb0`](https://github.com/langchain-ai/langgraphjs/commit/3296eb0acbc4621f0d12d0f061cef815979bec54) chore: lint files - [`5e55d09`](https://github.com/langchain-ai/langgraphjs/commit/5e55d0909cc44548952c16b5059a47429b97d57b) chore: lint files - [`e1bfeb2`](https://github.com/langchain-ai/langgraphjs/commit/e1bfeb299cba08b10b2a385783133790e62b8d22) test streaming - [`9c0d404`](https://github.com/langchain-ai/langgraphjs/commit/9c0d404bafae600cdfbc49851583bf7c67141ad8) chore: lint files - [`40b5efb`](https://github.com/langchain-ai/langgraphjs/commit/40b5efbd565419c73bc2cea4fa7a54dc66930c6a) chore: lint files - [`b842a2f`](https://github.com/langchain-ai/langgraphjs/commit/b842a2ff6d82d7808bd248c6e94f7adf66f08a46) Add clearer error message on invalid state updates ### 📊 Changes **5 files changed** (+424 additions, -13 deletions) <details> <summary>View changed files</summary> ➕ `langgraph/.env.example` (+6 -0) ➕ `langgraph/src/graph/message.ts` (+22 -0) 📝 `langgraph/src/graph/state.ts` (+74 -11) 📝 `langgraph/src/tests/pregel.test.ts` (+265 -2) ➕ `langgraph/src/tests/utils.ts` (+57 -0) </details> ### 📄 Description cc @nfcampos porting: - https://github.com/langchain-ai/langgraph/pull/50 - https://github.com/langchain-ai/langgraph/pull/58 --- <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 18:17:02 -05:00
yindo closed this issue 2026-02-15 18:17:02 -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#451