[PR #418] [MERGED] multi agent #728

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/418
Author: @hwchase17
Created: 9/8/2025
Status: Merged
Merged: 9/15/2025
Merged by: @eyurtsev

Base: mainHead: harrison/multi-agent


📝 Commits (7)

📊 Changes

1 file changed (+294 additions, -4 deletions)

View changed files

📝 src/oss/langchain/multi-agent.mdx (+294 -4)

📄 Description

Adding first version of multi agent document that describes tools and handoffs.

After this PR, we still need to:

  1. Update the inputs (passing the full history needs to be fixed, we should probably adjust to just incorporating another key from the state)
  2. Need to fill in the sections about handoffs

🔄 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/418 **Author:** [@hwchase17](https://github.com/hwchase17) **Created:** 9/8/2025 **Status:** ✅ Merged **Merged:** 9/15/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `harrison/multi-agent` --- ### 📝 Commits (7) - [`0316605`](https://github.com/langchain-ai/docs/commit/03166059a3b6c6662695ee135823da86cf49c852) multi agent - [`086c513`](https://github.com/langchain-ai/docs/commit/086c5134b2d946078d661bff5954ddf3c1c8c89d) updated - [`ea8219f`](https://github.com/langchain-ai/docs/commit/ea8219f1811d229d48ad03a53675083374b2f2e7) x - [`ea87031`](https://github.com/langchain-ai/docs/commit/ea870316395ae2a4de60a2641127c858e193b891) x - [`67b2ffc`](https://github.com/langchain-ai/docs/commit/67b2ffc3abdc51aae5ec4d2e7440cd136faef427) Apply suggestions from code review - [`ad2bb75`](https://github.com/langchain-ai/docs/commit/ad2bb755cca1e09aacffaf5ed432a94fed79f7a5) x - [`de85d13`](https://github.com/langchain-ai/docs/commit/de85d131d2067fa28ba89c0e97ac4d35529c62e7) update ### 📊 Changes **1 file changed** (+294 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/multi-agent.mdx` (+294 -4) </details> ### 📄 Description Adding first version of multi agent document that describes tools and handoffs. After this PR, we still need to: 1. Update the inputs (passing the full history needs to be fixed, we should probably adjust to just incorporating another key from the state) 2. Need to fill in the sections about handoffs --- <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:00 -05:00
yindo closed this issue 2026-02-17 17:21:00 -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#728