[PR #146] [MERGED] Add conditional edge "then" arg #527

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

📋 Pull Request Information

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

Base: nc/14may/conditional-entryHead: nc/15may/branch-then


📝 Commits (2)

📊 Changes

10 files changed (+324 additions, -207 deletions)

View changed files

langgraph/src/channels/dynamic_barrier_value.ts (+91 -0)
📝 langgraph/src/channels/named_barrier_value.ts (+12 -11)
📝 langgraph/src/channels/topic.ts (+7 -5)
📝 langgraph/src/graph/graph.ts (+52 -30)
📝 langgraph/src/graph/state.ts (+22 -3)
📝 langgraph/src/prebuilt/agent_executor.ts (+2 -2)
📝 langgraph/src/prebuilt/chat_agent_executor.ts (+1 -1)
📝 langgraph/src/pregel/index.ts (+8 -4)
📝 langgraph/src/tests/chatbot.int.test.ts (+2 -2)
📝 langgraph/src/tests/pregel.test.ts (+127 -149)

📄 Description

  • fix serialization of named barrier value
  • fix serialization of topic channel

🔄 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/146 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 5/15/2024 **Status:** ✅ Merged **Merged:** 5/15/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `nc/14may/conditional-entry` ← **Head:** `nc/15may/branch-then` --- ### 📝 Commits (2) - [`c6f86e1`](https://github.com/langchain-ai/langgraphjs/commit/c6f86e191d503cfaf1e66ca49474102dd8f94a47) Add conditional edge "then" arg - [`8ea764f`](https://github.com/langchain-ai/langgraphjs/commit/8ea764f57f918f5ff008cd77d450cfb8a2fb8761) Lint ### 📊 Changes **10 files changed** (+324 additions, -207 deletions) <details> <summary>View changed files</summary> ➕ `langgraph/src/channels/dynamic_barrier_value.ts` (+91 -0) 📝 `langgraph/src/channels/named_barrier_value.ts` (+12 -11) 📝 `langgraph/src/channels/topic.ts` (+7 -5) 📝 `langgraph/src/graph/graph.ts` (+52 -30) 📝 `langgraph/src/graph/state.ts` (+22 -3) 📝 `langgraph/src/prebuilt/agent_executor.ts` (+2 -2) 📝 `langgraph/src/prebuilt/chat_agent_executor.ts` (+1 -1) 📝 `langgraph/src/pregel/index.ts` (+8 -4) 📝 `langgraph/src/tests/chatbot.int.test.ts` (+2 -2) 📝 `langgraph/src/tests/pregel.test.ts` (+127 -149) </details> ### 📄 Description - fix serialization of named barrier value - fix serialization of topic channel --- <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:14:56 -05:00
yindo closed this issue 2026-02-15 19:14:56 -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#527