[PR #3828] [MERGED] docs(oss): add light version of streaming docs #3843

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3828
Author: @christian-bromann
Created: 5/1/2026
Status: Merged
Merged: 5/5/2026
Merged by: @christian-bromann

Base: mainHead: cb/streaming-docs-light


📝 Commits (3)

  • 130a7e8 docs(oss): add light version of streaming docs
  • 135a713 Update src/oss/deepagents/event-streaming.mdx
  • b44ba8f feedback

📊 Changes

6 files changed (+761 additions, -0 deletions)

View changed files

src/oss/deepagents/event-streaming.mdx (+238 -0)
📝 src/oss/deepagents/streaming.mdx (+4 -0)
src/oss/langchain/event-streaming.mdx (+230 -0)
📝 src/oss/langchain/streaming.mdx (+4 -0)
📝 src/oss/langgraph/streaming.mdx (+4 -0)
src/oss/langgraph/streaming/event-streaming.mdx (+281 -0)

📄 Description

For the soft launch of the new streaming primitives this patch adds single pages giving some insight into what is coming as well as links to the streaming-cookbook. For the "big" release we then will replace current streaming docs with what is proposed in https://github.com/langchain-ai/docs/pull/3763


🔄 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/3828 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 5/1/2026 **Status:** ✅ Merged **Merged:** 5/5/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `cb/streaming-docs-light` --- ### 📝 Commits (3) - [`130a7e8`](https://github.com/langchain-ai/docs/commit/130a7e831f0ffcca2d434b254ae78ac5470f07ec) docs(oss): add light version of streaming docs - [`135a713`](https://github.com/langchain-ai/docs/commit/135a713e0382d1a62203de41ae56149559a4a4cc) Update src/oss/deepagents/event-streaming.mdx - [`b44ba8f`](https://github.com/langchain-ai/docs/commit/b44ba8fa116509ad2eee74e1aacbe05d32488c32) feedback ### 📊 Changes **6 files changed** (+761 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/deepagents/event-streaming.mdx` (+238 -0) 📝 `src/oss/deepagents/streaming.mdx` (+4 -0) ➕ `src/oss/langchain/event-streaming.mdx` (+230 -0) 📝 `src/oss/langchain/streaming.mdx` (+4 -0) 📝 `src/oss/langgraph/streaming.mdx` (+4 -0) ➕ `src/oss/langgraph/streaming/event-streaming.mdx` (+281 -0) </details> ### 📄 Description For the soft launch of the new streaming primitives this patch adds single pages giving some insight into what is coming as well as links to the [streaming-cookbook](https://github.com/langchain-ai/streaming-cookbook). For the "big" release we then will replace current streaming docs with what is proposed in https://github.com/langchain-ai/docs/pull/3763 --- <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:20 -04:00
yindo closed this issue 2026-06-05 18:53:20 -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#3843