[PR #3420] [MERGED] feat: update docs w/ new runtime attributes and utils #3470

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3420
Author: @sydney-runkle
Created: 4/2/2026
Status: Merged
Merged: 4/7/2026
Merged by: @sydney-runkle

Base: mainHead: sr/runtime-updates


📝 Commits (8)

📊 Changes

8 files changed (+596 additions, -128 deletions)

View changed files

📝 src/oss/deepagents/async-subagents.mdx (+4 -8)
📝 src/oss/deepagents/backends.mdx (+25 -15)
📝 src/oss/deepagents/going-to-production.mdx (+100 -54)
📝 src/oss/deepagents/memory.mdx (+31 -35)
📝 src/oss/langchain/runtime.mdx (+131 -0)
📝 src/oss/langchain/tools.mdx (+114 -0)
📝 src/oss/langgraph/graph-api.mdx (+4 -5)
📝 src/oss/langgraph/use-graph-api.mdx (+187 -11)

📄 Description

see https://github.com/langchain-ai/langgraph/pull/7363 for impl details


🔄 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/3420 **Author:** [@sydney-runkle](https://github.com/sydney-runkle) **Created:** 4/2/2026 **Status:** ✅ Merged **Merged:** 4/7/2026 **Merged by:** [@sydney-runkle](https://github.com/sydney-runkle) **Base:** `main` ← **Head:** `sr/runtime-updates` --- ### 📝 Commits (8) - [`7a99934`](https://github.com/langchain-ai/docs/commit/7a99934abc520a057300c1d6472ab6838920c5d0) runtime updates - [`28b94fd`](https://github.com/langchain-ai/docs/commit/28b94fd8e7e0a1247b4f6e6fd7b883d7aebe9f31) more docs updates - [`1c583a9`](https://github.com/langchain-ai/docs/commit/1c583a979bd9509998e9f19a3313cb76b836810a) Merge remote-tracking branch 'origin/main' into sr/runtime-updates - [`ee517ac`](https://github.com/langchain-ai/docs/commit/ee517ac63adc8adad36c9850c82ea9f51afca2b9) revert langsmith changes - [`53b3af5`](https://github.com/langchain-ai/docs/commit/53b3af50d79b705598283e4e1bfe3718675aa140) fix - [`0b83588`](https://github.com/langchain-ai/docs/commit/0b83588304d4a32b06c8e08b0ca9cbae1c9fd2d9) versions - [`fc537ba`](https://github.com/langchain-ai/docs/commit/fc537ba72c18dd2c25767ca99a924af91fde785c) revert - [`c246a10`](https://github.com/langchain-ai/docs/commit/c246a107693f2e40c7b9c347f98583e222c5ccc8) Apply suggestions from code review ### 📊 Changes **8 files changed** (+596 additions, -128 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/async-subagents.mdx` (+4 -8) 📝 `src/oss/deepagents/backends.mdx` (+25 -15) 📝 `src/oss/deepagents/going-to-production.mdx` (+100 -54) 📝 `src/oss/deepagents/memory.mdx` (+31 -35) 📝 `src/oss/langchain/runtime.mdx` (+131 -0) 📝 `src/oss/langchain/tools.mdx` (+114 -0) 📝 `src/oss/langgraph/graph-api.mdx` (+4 -5) 📝 `src/oss/langgraph/use-graph-api.mdx` (+187 -11) </details> ### 📄 Description see https://github.com/langchain-ai/langgraph/pull/7363 for impl details --- <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:23:13 -04:00
yindo closed this issue 2026-06-05 18:23:13 -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#3470