[PR #1826] [CLOSED] feat: new multi agent docs #1887

Closed
opened 2026-02-17 17:22:50 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1826
Author: @sydney-runkle
Created: 12/9/2025
Status: Closed

Base: mainHead: sr/multi-agent-new-docs


📝 Commits (10+)

📊 Changes

5 files changed (+1940 additions, -251 deletions)

View changed files

📝 pyproject.toml (+2 -0)
📝 src/docs.json (+1 -0)
src/oss/langchain/customer-support-handoffs.mdx (+841 -0)
📝 src/oss/langchain/multi-agent.mdx (+332 -79)
📝 uv.lock (+764 -172)

📄 Description

main concern I have here is the "choosing an architecture" section, it's not great right now and this is one of the most important pieces

other questions:

  • do we want to talk more about "tool calling" and "handoffs" and "skills" in a top level section
  • what should we call the "dynamic agent"? handoff agent isn't quite right...
  • do we need a stronger narrative about architectures vs tooling/algorithm

current preview: https://langchain-5e9cc07a-preview-srmult-1765395526-473a2ea.mintlify.app/oss/python/langchain/multi-agent


🔄 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/1826 **Author:** [@sydney-runkle](https://github.com/sydney-runkle) **Created:** 12/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `sr/multi-agent-new-docs` --- ### 📝 Commits (10+) - [`0b05597`](https://github.com/langchain-ai/docs/commit/0b055971e7861f25d07512d878b672c976a4ee64) x - [`05370e8`](https://github.com/langchain-ai/docs/commit/05370e81a7ecb575ed39ee3c7fd612bfb0c65c76) x - [`e5e84b6`](https://github.com/langchain-ai/docs/commit/e5e84b6fd7855f01e45f5de30c3cfc0667c021ae) x - [`f416958`](https://github.com/langchain-ai/docs/commit/f416958a987b86df197df9d837b757752e7e92e0) x - [`bb85dd7`](https://github.com/langchain-ai/docs/commit/bb85dd78e026a9411228fecd3de2b1a757f939ab) x - [`6b7a67f`](https://github.com/langchain-ai/docs/commit/6b7a67f49992e4a0f525c7427ff77823d4b1a512) x - [`eaabda0`](https://github.com/langchain-ai/docs/commit/eaabda00ca17ae253498fb845a77a2b7c54ec732) x - [`8372808`](https://github.com/langchain-ai/docs/commit/8372808d55025ca3e6cec623d74feefea0bf8528) x - [`2ea2760`](https://github.com/langchain-ai/docs/commit/2ea27601900c0ffd28494564d27b4db7b4e13038) x - [`8447841`](https://github.com/langchain-ai/docs/commit/84478417c1549017863a4e3b4653c700e8bdcb73) x ### 📊 Changes **5 files changed** (+1940 additions, -251 deletions) <details> <summary>View changed files</summary> 📝 `pyproject.toml` (+2 -0) 📝 `src/docs.json` (+1 -0) ➕ `src/oss/langchain/customer-support-handoffs.mdx` (+841 -0) 📝 `src/oss/langchain/multi-agent.mdx` (+332 -79) 📝 `uv.lock` (+764 -172) </details> ### 📄 Description main concern I have here is the "choosing an architecture" section, it's not great right now and this is one of the most important pieces other questions: * do we want to talk more about "tool calling" and "handoffs" and "skills" in a top level section * what should we call the "dynamic agent"? handoff agent isn't quite right... * do we need a stronger narrative about architectures vs tooling/algorithm current preview: https://langchain-5e9cc07a-preview-srmult-1765395526-473a2ea.mintlify.app/oss/python/langchain/multi-agent --- <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:22:50 -05:00
yindo closed this issue 2026-02-17 17:22:50 -05:00
yindo changed title from [PR #1826] feat: new multi agent docs to [PR #1826] [CLOSED] feat: new multi agent docs 2026-06-05 18:15:30 -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#1887