[PR #333] [MERGED] langgraph[minor]: Expose MessagesState annotation #664

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/333
Author: @bracesproul
Created: 8/20/2024
Status: Merged
Merged: 8/22/2024
Merged by: @jacoblee93

Base: mainHead: brace/expose-messages-state


📝 Commits (10+)

📊 Changes

8 files changed (+27 additions, -18 deletions)

View changed files

📝 langgraph/langchain.config.js (+1 -1)
📝 langgraph/package.json (+1 -1)
📝 langgraph/src/graph/message.ts (+0 -4)
langgraph/src/graph/messages_state.ts (+12 -0)
📝 langgraph/src/index.ts (+1 -0)
📝 langgraph/src/prebuilt/react_agent_executor.ts (+2 -2)
📝 langgraph/src/prebuilt/tool_node.ts (+5 -5)
📝 yarn.lock (+5 -5)

📄 Description

cc @jacoblee93 for thoughts


🔄 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/333 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 8/20/2024 **Status:** ✅ Merged **Merged:** 8/22/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `brace/expose-messages-state` --- ### 📝 Commits (10+) - [`292c09b`](https://github.com/langchain-ai/langgraphjs/commit/292c09b0c68585adee4984fa02d071fb020a727c) langgraph[minor]: Expose MessagesState annotation - [`39c1310`](https://github.com/langchain-ai/langgraphjs/commit/39c131072e57e03ae865ec995477c3df78ee7c18) fix issues - [`6a6fdb0`](https://github.com/langchain-ai/langgraphjs/commit/6a6fdb01a57bac61502a0302eb41660159828b4b) format - [`9034f99`](https://github.com/langchain-ai/langgraphjs/commit/9034f9927a1ec7035abd87f06445dd2213ceb206) side effects - [`eb57bd0`](https://github.com/langchain-ai/langgraphjs/commit/eb57bd08cb040f2ef1d80866ef1f505c97ecfefa) Merge branch 'main' into brace/expose-messages-state - [`9480454`](https://github.com/langchain-ai/langgraphjs/commit/9480454ab7be0f94689bb404fcd8ace59c22d0f7) add new entrypoint file - [`b6489fd`](https://github.com/langchain-ai/langgraphjs/commit/b6489fd65da37b30655e0fc2b81e0d2b6a45b2f6) message to messages - [`207c5c8`](https://github.com/langchain-ai/langgraphjs/commit/207c5c8bdb3020e611ed2616485450050458ef4a) message_state -> messages_state - [`95b3671`](https://github.com/langchain-ai/langgraphjs/commit/95b3671d8dd5fdb7fc6e1297c9dc8ec81bf3cfb9) bump - [`e79f3a9`](https://github.com/langchain-ai/langgraphjs/commit/e79f3a9c1d2b181b0cf29657d78b4166bcbddd76) add to entrypoint ### 📊 Changes **8 files changed** (+27 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/langchain.config.js` (+1 -1) 📝 `langgraph/package.json` (+1 -1) 📝 `langgraph/src/graph/message.ts` (+0 -4) ➕ `langgraph/src/graph/messages_state.ts` (+12 -0) 📝 `langgraph/src/index.ts` (+1 -0) 📝 `langgraph/src/prebuilt/react_agent_executor.ts` (+2 -2) 📝 `langgraph/src/prebuilt/tool_node.ts` (+5 -5) 📝 `yarn.lock` (+5 -5) </details> ### 📄 Description cc @jacoblee93 for thoughts --- <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:25 -05:00
yindo closed this issue 2026-02-15 19:15:26 -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#664