[PR #5] [MERGED] Nc/single out message #1161

Closed
opened 2026-02-20 17:44:04 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/5
Author: @nfcampos
Created: 9/19/2023
Status: Merged
Merged: 10/5/2023
Merged by: @nfcampos

Base: mainHead: nc/single-out-message


📝 Commits (2)

  • 92da350 Implement new semantics for OUT topic
  • d19f499 Chat listen() and iterate() to use PubSubMessage wrapper instead of raw value

📊 Changes

4 files changed (+172 additions, -138 deletions)

View changed files

📝 permchain/connection.py (+26 -23)
📝 permchain/connection_inmemory.py (+48 -41)
📝 permchain/pubsub.py (+18 -13)
📝 tests/test_invoke.py (+80 -61)

📄 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/langgraph/pull/5 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 9/19/2023 **Status:** ✅ Merged **Merged:** 10/5/2023 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/single-out-message` --- ### 📝 Commits (2) - [`92da350`](https://github.com/langchain-ai/langgraph/commit/92da3505d342649f2c533a93c6a0ce6a6200b3d4) Implement new semantics for OUT topic - [`d19f499`](https://github.com/langchain-ai/langgraph/commit/d19f4999b8eabb354ae23b84e2c364a1904dbca3) Chat listen() and iterate() to use PubSubMessage wrapper instead of raw value ### 📊 Changes **4 files changed** (+172 additions, -138 deletions) <details> <summary>View changed files</summary> 📝 `permchain/connection.py` (+26 -23) 📝 `permchain/connection_inmemory.py` (+48 -41) 📝 `permchain/pubsub.py` (+18 -13) 📝 `tests/test_invoke.py` (+80 -61) </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-20 17:44:04 -05:00
yindo closed this issue 2026-02-20 17:44:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1161