[PR #1855] [CLOSED] feat: multi agent docs #1910

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

📋 Pull Request Information

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

Base: mainHead: sr/next-pass-at-multi


📝 Commits (10+)

📊 Changes

6 files changed (+3084 additions, -247 deletions)

View changed files

📝 pyproject.toml (+2 -0)
📝 src/docs.json (+2 -0)
src/oss/langchain/customer-support-handoffs.mdx (+841 -0)
📝 src/oss/langchain/multi-agent.mdx (+482 -75)
src/oss/langchain/progressive-disclosure-skills.mdx (+993 -0)
📝 uv.lock (+764 -172)

📄 Description

  • adding progressive disclosure via skills (from @eyurtsev)
  • adding graph based handoffs (sequential or router based)
  • elevating context eng section to the top
  • consolidating some verbose "when to use" sections
  • using some mintlify features for more interactive / engaging page :)

still todo

  • adding "how to choose" section
  • decide on wording for handoffs options

🔄 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/1855 **Author:** [@sydney-runkle](https://github.com/sydney-runkle) **Created:** 12/11/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `sr/next-pass-at-multi` --- ### 📝 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 **6 files changed** (+3084 additions, -247 deletions) <details> <summary>View changed files</summary> 📝 `pyproject.toml` (+2 -0) 📝 `src/docs.json` (+2 -0) ➕ `src/oss/langchain/customer-support-handoffs.mdx` (+841 -0) 📝 `src/oss/langchain/multi-agent.mdx` (+482 -75) ➕ `src/oss/langchain/progressive-disclosure-skills.mdx` (+993 -0) 📝 `uv.lock` (+764 -172) </details> ### 📄 Description * adding progressive disclosure via skills (from @eyurtsev) * adding graph based handoffs (sequential or router based) * elevating context eng section to the top * consolidating some verbose "when to use" sections * using some mintlify features for more interactive / engaging page :) still todo * adding "how to choose" section * decide on wording for handoffs options --- <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:51 -05:00
yindo closed this issue 2026-02-17 17:22:51 -05:00
yindo changed title from [PR #1855] feat: multi agent docs to [PR #1855] [CLOSED] feat: multi agent docs 2026-06-05 18:15:38 -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#1910