[PR #945] [MERGED] chore: recommend ToolRuntime for better devx #1166

Closed
opened 2026-02-17 17:21:51 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/945
Author: @sydney-runkle
Created: 10/16/2025
Status: Merged
Merged: 10/16/2025
Merged by: @sydney-runkle

Base: mainHead: sr/recommend-tool-runtime


📝 Commits (4)

📊 Changes

10 files changed (+101 additions, -110 deletions)

View changed files

📝 src/oss/concepts/context.mdx (+17 -15)
📝 src/oss/langchain/context-engineering.mdx (+3 -8)
📝 src/oss/langchain/long-term-memory.mdx (+6 -6)
📝 src/oss/langchain/multi-agent.mdx (+4 -5)
📝 src/oss/langchain/quickstart.mdx (+9 -7)
📝 src/oss/langchain/runtime.mdx (+8 -5)
📝 src/oss/langchain/short-term-memory.mdx (+14 -16)
📝 src/oss/langchain/supervisor.mdx (+3 -4)
📝 src/oss/langchain/tools.mdx (+34 -39)
📝 src/oss/python/migrate/langchain-v1.mdx (+3 -5)

📄 Description

No description provided


🔄 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/945 **Author:** [@sydney-runkle](https://github.com/sydney-runkle) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 10/16/2025 **Merged by:** [@sydney-runkle](https://github.com/sydney-runkle) **Base:** `main` ← **Head:** `sr/recommend-tool-runtime` --- ### 📝 Commits (4) - [`5bdc970`](https://github.com/langchain-ai/docs/commit/5bdc9707d047c6155464a6585b4cc813e5a835cb) recommend tool runtime - [`86febf3`](https://github.com/langchain-ai/docs/commit/86febf3538f1f7d3e39e61d8a2bd336ac0e0532f) replace old pattern - [`9111b0b`](https://github.com/langchain-ai/docs/commit/9111b0be10f56d397a3645deec46824c60c7f910) use runtime - [`620f363`](https://github.com/langchain-ai/docs/commit/620f363311287fd93ad7b9dfd0716695309bffd1) Update src/oss/langchain/multi-agent.mdx ### 📊 Changes **10 files changed** (+101 additions, -110 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/concepts/context.mdx` (+17 -15) 📝 `src/oss/langchain/context-engineering.mdx` (+3 -8) 📝 `src/oss/langchain/long-term-memory.mdx` (+6 -6) 📝 `src/oss/langchain/multi-agent.mdx` (+4 -5) 📝 `src/oss/langchain/quickstart.mdx` (+9 -7) 📝 `src/oss/langchain/runtime.mdx` (+8 -5) 📝 `src/oss/langchain/short-term-memory.mdx` (+14 -16) 📝 `src/oss/langchain/supervisor.mdx` (+3 -4) 📝 `src/oss/langchain/tools.mdx` (+34 -39) 📝 `src/oss/python/migrate/langchain-v1.mdx` (+3 -5) </details> ### 📄 Description _No description provided_ --- <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-02-17 17:21:51 -05:00
yindo closed this issue 2026-02-17 17:21:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1166