[PR #4132] docs(langsmith): event streaming API page for deployments #4131

Open
opened 2026-06-05 19:12:52 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4132
Author: @nick-hollon-lc
Created: 5/21/2026
Status: 🔄 Open

Base: mainHead: nh/langsmith-event-streaming-0.9.0rc1


📝 Commits (6)

  • 02e2fcf docs(langsmith): scaffold event-streaming page for langgraph-api 0.9.0rc1
  • 5c7ea38 docs(langsmith): wire event-streaming page into nav and legacy refs
  • 9baf59d docs(langsmith): validate event-streaming page against langgraph PR 7884
  • a96426d docs(langsmith): correct event-streaming page against landed 0.10.0 code
  • 3276a15 Merge remote-tracking branch 'origin/main' into nh/langsmith-event-streaming-0.9.0rc1
  • 7695b3a docs(langsmith): polish event-streaming page and pin to 0.10.0rc1

📊 Changes

4 files changed (+748 additions, -1 deletions)

View changed files

📝 src/docs.json (+1 -0)
📝 src/langsmith/core-capabilities.mdx (+5 -1)
src/langsmith/event-streaming.mdx (+738 -0)
📝 src/langsmith/streaming.mdx (+4 -0)

📄 Description

Summary

New langsmith/event-streaming page covering the v3 thread-centric streaming API in the LangGraph SDK (client.threads.stream(...)) for langgraph-api>=0.10.0rc1, plus the surrounding nav wiring and a Tip on the legacy streaming page pointing new applications at it.

The page (Python, JavaScript, and cURL) was validated against the Python SDK, JavaScript SDK, and langgraph-api server on main.

Test plan

  • make lint_prose — clean
  • make broken-links — no broken links
  • Mintlify preview: render the page locally and confirm the Tabs, Notes, and code highlighting all render correctly
  • Smoke-test the Python Quickstart snippet against a langgraph-api>=0.10.0rc1 deployment
  • Smoke-test the JS Quickstart snippet against the same deployment

🔄 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/4132 **Author:** [@nick-hollon-lc](https://github.com/nick-hollon-lc) **Created:** 5/21/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `nh/langsmith-event-streaming-0.9.0rc1` --- ### 📝 Commits (6) - [`02e2fcf`](https://github.com/langchain-ai/docs/commit/02e2fcf7a38a8873ce4726aee4ae8ebf1a957ae8) docs(langsmith): scaffold event-streaming page for langgraph-api 0.9.0rc1 - [`5c7ea38`](https://github.com/langchain-ai/docs/commit/5c7ea38fa2f254361797a04f522a25741e6e809c) docs(langsmith): wire event-streaming page into nav and legacy refs - [`9baf59d`](https://github.com/langchain-ai/docs/commit/9baf59dcc54636588036c02de2fcd5e16278a62c) docs(langsmith): validate event-streaming page against langgraph PR 7884 - [`a96426d`](https://github.com/langchain-ai/docs/commit/a96426d14dc1b2ab8167cf79f0d278e8fedeae13) docs(langsmith): correct event-streaming page against landed 0.10.0 code - [`3276a15`](https://github.com/langchain-ai/docs/commit/3276a156444f7a0bc2245d9f191a77e928a0f17e) Merge remote-tracking branch 'origin/main' into nh/langsmith-event-streaming-0.9.0rc1 - [`7695b3a`](https://github.com/langchain-ai/docs/commit/7695b3a1d9ee390841fa833ce180fb902eb0f7f8) docs(langsmith): polish event-streaming page and pin to 0.10.0rc1 ### 📊 Changes **4 files changed** (+748 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+1 -0) 📝 `src/langsmith/core-capabilities.mdx` (+5 -1) ➕ `src/langsmith/event-streaming.mdx` (+738 -0) 📝 `src/langsmith/streaming.mdx` (+4 -0) </details> ### 📄 Description ## Summary New `langsmith/event-streaming` page covering the v3 thread-centric streaming API in the LangGraph SDK (`client.threads.stream(...)`) for `langgraph-api>=0.10.0rc1`, plus the surrounding nav wiring and a Tip on the legacy `streaming` page pointing new applications at it. The page (Python, JavaScript, and cURL) was validated against the Python SDK, JavaScript SDK, and langgraph-api server on `main`. ## Test plan - [x] `make lint_prose` — clean - [x] `make broken-links` — no broken links - [x] Mintlify preview: render the page locally and confirm the Tabs, Notes, and code highlighting all render correctly - [x] Smoke-test the Python `Quickstart` snippet against a `langgraph-api>=0.10.0rc1` deployment - [x] Smoke-test the JS `Quickstart` snippet against the same deployment --- <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 19:12:52 -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#4131