[PR #460] [CLOSED] [wip]: adding Managed Value channels #777

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/460
Author: @isahers1
Created: 9/5/2024
Status: Closed

Base: mainHead: isaac/contextchannel


📝 Commits (1)

📊 Changes

5 files changed (+180 additions, -3 deletions)

View changed files

libs/langgraph/src/channels/context.ts (+5 -0)
📝 libs/langgraph/src/graph/annotation.ts (+7 -2)
libs/langgraph/src/managed/base.ts (+11 -0)
libs/langgraph/src/managed/context.ts (+39 -0)
📝 libs/langgraph/src/tests/pregel.test.ts (+118 -1)

📄 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/460 **Author:** [@isahers1](https://github.com/isahers1) **Created:** 9/5/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `isaac/contextchannel` --- ### 📝 Commits (1) - [`89886e0`](https://github.com/langchain-ai/langgraphjs/commit/89886e0241d811438dfeaa23d01e33aab8e79de3) wip ### 📊 Changes **5 files changed** (+180 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `libs/langgraph/src/channels/context.ts` (+5 -0) 📝 `libs/langgraph/src/graph/annotation.ts` (+7 -2) ➕ `libs/langgraph/src/managed/base.ts` (+11 -0) ➕ `libs/langgraph/src/managed/context.ts` (+39 -0) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+118 -1) </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:15:52 -05:00
yindo closed this issue 2026-02-15 19:15:52 -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#777