[PR #3763] [MERGED] feat(oss): add new streaming docs #3787

Closed
opened 2026-06-05 18:53:08 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3763
Author: @christian-bromann
Created: 4/28/2026
Status: Merged
Merged: 5/13/2026
Merged by: @nick-hollon-lc

Base: mainHead: cb/new-streaming-docs


📝 Commits (10+)

📊 Changes

14 files changed (+1905 additions, -436 deletions)

View changed files

📝 pipeline/core/builder.py (+11 -5)
📝 src/docs.json (+10 -4)
📝 src/langsmith/agent-server-changelog.mdx (+1 -1)
📝 src/oss/concepts/products.mdx (+1 -1)
📝 src/oss/deepagents/event-streaming.mdx (+161 -64)
📝 src/oss/deepagents/quickstart.mdx (+1 -1)
📝 src/oss/deepagents/streaming.mdx (+4 -4)
📝 src/oss/langchain/event-streaming.mdx (+299 -65)
📝 src/oss/langchain/streaming.mdx (+3 -3)
src/oss/langgraph/event-streaming.mdx (+803 -0)
📝 src/oss/langgraph/streaming.mdx (+7 -7)
src/oss/langgraph/streaming/event-streaming.mdx (+0 -281)
src/snippets/event-selection-graph.jsx (+588 -0)
📝 tests/unit_tests/test_builder.py (+16 -0)

📄 Description

Document the new Projection Streaming model across LangGraph, LangChain, and Deep Agents, while preserving Mode Streaming as the lower-level Pregel stream mode reference.

Adds LangGraph streaming docs for overview, projection streaming, protocol, remote streaming, in-process vs remote behavior, custom transformers, and EventLog vs StreamChannel. Adds consolidated LangChain and Deep Agents streaming projection pages, updates navigation and redirects, and refreshes related cross-links so users land on the recommended application-facing streaming docs.


🔄 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/docs/pull/3763 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 4/28/2026 **Status:** ✅ Merged **Merged:** 5/13/2026 **Merged by:** [@nick-hollon-lc](https://github.com/nick-hollon-lc) **Base:** `main` ← **Head:** `cb/new-streaming-docs` --- ### 📝 Commits (10+) - [`27c9c23`](https://github.com/langchain-ai/docs/commit/27c9c23714e69fb309793d1aae8b20f516537e62) feat(oss): add new streaming docs - [`e332296`](https://github.com/langchain-ai/docs/commit/e332296bc51e3e2ffc69208d0454e41f5a1dd5e0) refine - [`a41dd92`](https://github.com/langchain-ai/docs/commit/a41dd92a4989487f50512e4f6f59d728d16f5f4f) Update src/oss/deepagents/streaming-projections.mdx - [`e955ebe`](https://github.com/langchain-ai/docs/commit/e955ebe2088cdf174a64c7bbd02c8c10c6a4a3d3) docs pass 2 - [`c5d6144`](https://github.com/langchain-ai/docs/commit/c5d61442cfdb60781d4ade19f36f5b2982f841e4) Update src/oss/deepagents/event-streaming.mdx - [`3baa21a`](https://github.com/langchain-ai/docs/commit/3baa21ac2885a063ddfb5ecb3bfc43dacc26ad71) Update src/oss/langgraph/streaming/overview.mdx - [`742c395`](https://github.com/langchain-ai/docs/commit/742c3952d02d42c0f0b7e94daceac9d9c9dba778) cr - [`2186e87`](https://github.com/langchain-ai/docs/commit/2186e87d69b6beacc7fb360e15eb484e49055f18) cr - [`b6dc898`](https://github.com/langchain-ai/docs/commit/b6dc898595b1dea7b8c7dcd5121fca556fdf2e31) some reverts - [`57ec855`](https://github.com/langchain-ai/docs/commit/57ec8556f05c94aec2aaca393c348c1431d7b02b) revert ### 📊 Changes **14 files changed** (+1905 additions, -436 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/core/builder.py` (+11 -5) 📝 `src/docs.json` (+10 -4) 📝 `src/langsmith/agent-server-changelog.mdx` (+1 -1) 📝 `src/oss/concepts/products.mdx` (+1 -1) 📝 `src/oss/deepagents/event-streaming.mdx` (+161 -64) 📝 `src/oss/deepagents/quickstart.mdx` (+1 -1) 📝 `src/oss/deepagents/streaming.mdx` (+4 -4) 📝 `src/oss/langchain/event-streaming.mdx` (+299 -65) 📝 `src/oss/langchain/streaming.mdx` (+3 -3) ➕ `src/oss/langgraph/event-streaming.mdx` (+803 -0) 📝 `src/oss/langgraph/streaming.mdx` (+7 -7) ➖ `src/oss/langgraph/streaming/event-streaming.mdx` (+0 -281) ➕ `src/snippets/event-selection-graph.jsx` (+588 -0) 📝 `tests/unit_tests/test_builder.py` (+16 -0) </details> ### 📄 Description Document the new Projection Streaming model across LangGraph, LangChain, and Deep Agents, while preserving Mode Streaming as the lower-level Pregel stream mode reference. Adds LangGraph streaming docs for overview, projection streaming, protocol, remote streaming, in-process vs remote behavior, custom transformers, and EventLog vs StreamChannel. Adds consolidated LangChain and Deep Agents streaming projection pages, updates navigation and redirects, and refreshes related cross-links so users land on the recommended application-facing streaming docs. --- <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-06-05 18:53:08 -04:00
yindo closed this issue 2026-06-05 18:53:08 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3787