[PR #3021] [MERGED] feat: langgraph 1.1 docs #3104

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3021
Author: @sydney-runkle
Created: 3/10/2026
Status: Merged
Merged: 3/10/2026
Merged by: @sydney-runkle

Base: mainHead: sr/new-streaming-docs


📝 Commits (10+)

📊 Changes

12 files changed (+810 additions, -390 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+9 -0)
📝 reference/python/docs/langgraph/types.md (+9 -0)
📝 src/oss/deepagents/human-in-the-loop.mdx (+42 -32)
📝 src/oss/deepagents/long-term-memory.mdx (+2 -2)
📝 src/oss/deepagents/streaming/overview.mdx (+200 -146)
📝 src/oss/langchain/human-in-the-loop.mdx (+34 -27)
📝 src/oss/langchain/streaming/overview.mdx (+105 -46)
📝 src/oss/langgraph/interrupts.mdx (+50 -34)
📝 src/oss/langgraph/streaming.mdx (+282 -66)
📝 src/oss/langgraph/use-subgraphs.mdx (+52 -28)
📝 src/oss/python/releases/changelog.mdx (+13 -0)
📝 src/snippets/code-samples/streaming-reasoning-tokens-py.mdx (+12 -9)

📄 Description

in line w/ https://github.com/langchain-ai/langgraph/releases/tag/1.1.0
preview


🔄 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/3021 **Author:** [@sydney-runkle](https://github.com/sydney-runkle) **Created:** 3/10/2026 **Status:** ✅ Merged **Merged:** 3/10/2026 **Merged by:** [@sydney-runkle](https://github.com/sydney-runkle) **Base:** `main` ← **Head:** `sr/new-streaming-docs` --- ### 📝 Commits (10+) - [`ca2a89d`](https://github.com/langchain-ai/docs/commit/ca2a89d20ef35bae753a5508b9ee94e457d43d6c) first pass - [`6494355`](https://github.com/langchain-ai/docs/commit/649435512b0cc8318ba06e5a9c896c05ee27c27a) boom - [`5080404`](https://github.com/langchain-ai/docs/commit/50804042afe5b806e01c3ea652dc71bbfae0f063) more examples - [`8415484`](https://github.com/langchain-ai/docs/commit/8415484f7d465ce5f8e6989990d2f061ebe68c63) refs - [`fead972`](https://github.com/langchain-ai/docs/commit/fead972baa3f82f064eeb3188794bd3fcad7d443) update HITL pages - [`c48f0cb`](https://github.com/langchain-ai/docs/commit/c48f0cb58ade21101a8b79c8c075eed6c57a0d8e) Apply suggestions from code review - [`3891da4`](https://github.com/langchain-ai/docs/commit/3891da4b832008827c90e0451874f4cc2ca6102e) Apply suggestion from @sydney-runkle - [`7a26f84`](https://github.com/langchain-ai/docs/commit/7a26f841e4c64d11dc84c6db2ad19c9197bbeb04) Update src/oss/langgraph/streaming.mdx - [`4f1cbec`](https://github.com/langchain-ai/docs/commit/4f1cbec871265f18c33109d3220e4ed3f72690e1) fixes - [`b837aec`](https://github.com/langchain-ai/docs/commit/b837aec28764a2b8b17ebd93c7b76b8feaad3338) Merge branch 'sr/new-streaming-docs' of https://github.com/langchain-ai/docs into sr/new-streaming-docs ### 📊 Changes **12 files changed** (+810 additions, -390 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+9 -0) 📝 `reference/python/docs/langgraph/types.md` (+9 -0) 📝 `src/oss/deepagents/human-in-the-loop.mdx` (+42 -32) 📝 `src/oss/deepagents/long-term-memory.mdx` (+2 -2) 📝 `src/oss/deepagents/streaming/overview.mdx` (+200 -146) 📝 `src/oss/langchain/human-in-the-loop.mdx` (+34 -27) 📝 `src/oss/langchain/streaming/overview.mdx` (+105 -46) 📝 `src/oss/langgraph/interrupts.mdx` (+50 -34) 📝 `src/oss/langgraph/streaming.mdx` (+282 -66) 📝 `src/oss/langgraph/use-subgraphs.mdx` (+52 -28) 📝 `src/oss/python/releases/changelog.mdx` (+13 -0) 📝 `src/snippets/code-samples/streaming-reasoning-tokens-py.mdx` (+12 -9) </details> ### 📄 Description in line w/ https://github.com/langchain-ai/langgraph/releases/tag/1.1.0 [preview](https://langchain-5e9cc07a-preview-srnews-1773147196-c15812c.mintlify.app/oss/python/releases/changelog#mar-10-2026) --- <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:21:06 -04:00
yindo closed this issue 2026-06-05 18:21:06 -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#3104