[PR #2149] [MERGED] oss(langchain): add JS docs for multi-agent #2179

Closed
opened 2026-02-17 17:23:09 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2149
Author: @christian-bromann
Created: 1/8/2026
Status: Merged
Merged: 1/10/2026
Merged by: @christian-bromann

Base: mainHead: cb/multi-agent-docs


📝 Commits (5)

  • a59d016 oss(langchain): add JS docs for multi-agent
  • df5a4b5 add missing page to learn
  • c62a6eb Update src/oss/langchain/multi-agent/skills-sql-assistant.mdx
  • 4635343 feedback
  • 27f5545 more context use

📊 Changes

9 files changed (+1738 additions, -258 deletions)

View changed files

📝 src/docs.json (+3 -1)
📝 src/oss/langchain/multi-agent/custom-workflow.mdx (+16 -8)
📝 src/oss/langchain/multi-agent/handoffs-customer-support.mdx (+713 -1)
📝 src/oss/langchain/multi-agent/handoffs.mdx (+175 -119)
📝 src/oss/langchain/multi-agent/router-knowledge-base.mdx (+132 -97)
📝 src/oss/langchain/multi-agent/router.mdx (+19 -17)
📝 src/oss/langchain/multi-agent/skills-sql-assistant.mdx (+671 -0)
📝 src/oss/langchain/multi-agent/skills.mdx (+1 -1)
📝 src/oss/langchain/multi-agent/subagents-personal-assistant.mdx (+8 -14)

📄 Description

This patch updates the JS examples and links two new pages within the Learn section on Multi Agent.

Before:
Screenshot 2026-01-08 at 4 11 10 PM

After:
Screenshot 2026-01-08 at 4 11 29 PM

Examples have been tested and pushed to the main repository:
https://github.com/langchain-ai/langchainjs/pull/9770


🔄 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/2149 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/10/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `cb/multi-agent-docs` --- ### 📝 Commits (5) - [`a59d016`](https://github.com/langchain-ai/docs/commit/a59d0164278ce678036ed89dadf4509deb4d9b1a) oss(langchain): add JS docs for multi-agent - [`df5a4b5`](https://github.com/langchain-ai/docs/commit/df5a4b582983c360a9c1abf6caab66d18acbc041) add missing page to learn - [`c62a6eb`](https://github.com/langchain-ai/docs/commit/c62a6eb27c0a689eb3c54db9dd134d1d93d97a3a) Update src/oss/langchain/multi-agent/skills-sql-assistant.mdx - [`4635343`](https://github.com/langchain-ai/docs/commit/4635343f860ec43c4b9fa906f559fbc7908a7813) feedback - [`27f5545`](https://github.com/langchain-ai/docs/commit/27f5545212a48884d1bfa189d57c7fd117dbd7e4) more context use ### 📊 Changes **9 files changed** (+1738 additions, -258 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+3 -1) 📝 `src/oss/langchain/multi-agent/custom-workflow.mdx` (+16 -8) 📝 `src/oss/langchain/multi-agent/handoffs-customer-support.mdx` (+713 -1) 📝 `src/oss/langchain/multi-agent/handoffs.mdx` (+175 -119) 📝 `src/oss/langchain/multi-agent/router-knowledge-base.mdx` (+132 -97) 📝 `src/oss/langchain/multi-agent/router.mdx` (+19 -17) 📝 `src/oss/langchain/multi-agent/skills-sql-assistant.mdx` (+671 -0) 📝 `src/oss/langchain/multi-agent/skills.mdx` (+1 -1) 📝 `src/oss/langchain/multi-agent/subagents-personal-assistant.mdx` (+8 -14) </details> ### 📄 Description This patch updates the JS examples and links two new pages within the Learn section on Multi Agent. __Before:__ <img width="1412" height="990" alt="Screenshot 2026-01-08 at 4 11 10 PM" src="https://github.com/user-attachments/assets/f7e6b7f5-4e1f-4f77-9395-e83d5aa8a65f" /> __After:__ <img width="1412" height="990" alt="Screenshot 2026-01-08 at 4 11 29 PM" src="https://github.com/user-attachments/assets/52c1d07c-e6c7-4040-a8f5-438412b90ac7" /> Examples have been tested and pushed to the main repository: https://github.com/langchain-ai/langchainjs/pull/9770 --- <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:23:09 -05:00
yindo closed this issue 2026-02-17 17:23:09 -05:00
yindo changed title from [PR #2149] oss(langchain): add JS docs for multi-agent to [PR #2149] [MERGED] oss(langchain): add JS docs for multi-agent 2026-06-05 18:17:04 -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#2179