[PR #53] [CLOSED] WIP: Add name allowlist to restrict intermediate step streaming #307

Closed
opened 2026-02-16 00:20:06 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langserve/pull/53
Author: @jacoblee93
Created: 10/17/2023
Status: Closed

Base: mainHead: jacob/allowlist


📝 Commits (3)

  • 357bf94 WIP: Add name allowlist to restrict what intermediate steps are streamed back
  • 33e468d client bugs
  • 9becbe6 Merge branch 'main' into jacob/allowlist

📊 Changes

3 files changed (+149 additions, -4 deletions)

View changed files

📝 langserve/client.py (+7 -1)
📝 langserve/server.py (+39 -3)
📝 tests/unit_tests/test_server_client.py (+103 -0)

📄 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/langserve/pull/53 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 10/17/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `jacob/allowlist` --- ### 📝 Commits (3) - [`357bf94`](https://github.com/langchain-ai/langserve/commit/357bf9489a107d00a7c19136c0a83610159d807d) WIP: Add name allowlist to restrict what intermediate steps are streamed back - [`33e468d`](https://github.com/langchain-ai/langserve/commit/33e468d468473cc2bf22fbf3538f5e04a739c494) client bugs - [`9becbe6`](https://github.com/langchain-ai/langserve/commit/9becbe6ee5e0fe73e3b4a93d80915e85ca0fdd17) Merge branch 'main' into jacob/allowlist ### 📊 Changes **3 files changed** (+149 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `langserve/client.py` (+7 -1) 📝 `langserve/server.py` (+39 -3) 📝 `tests/unit_tests/test_server_client.py` (+103 -0) </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-16 00:20:06 -05:00
yindo closed this issue 2026-02-16 00:20:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langserve#307