[PR #31] [MERGED] Supervisor example #435

Closed
opened 2026-02-15 18:16:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/31
Author: @hinthornw
Created: 1/22/2024
Status: Merged
Merged: 1/23/2024
Merged by: @hinthornw

Base: mainHead: wfh/supervisor_example


📝 Commits (7)

📊 Changes

6 files changed (+2644 additions, -1 deletions)

View changed files

📝 README.md (+6 -1)
examples/multi_agent/agent_supervisor.ipynb (+568 -0)
examples/multi_agent/hierarchical_agent_teams.ipynb (+1340 -0)
examples/multi_agent/img/hierarchical-diagram.png (+0 -0)
examples/multi_agent/img/supervisor-diagram.png (+0 -0)
examples/multi_agent/multi-agent-collaboration.ipynb (+730 -0)

📄 Description

  • basic supervisor pattern example
  • basic supervisor pattern example
  • Add support for accepting the runnable config so the traces are linked up
  • Hierarchy example

🔄 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/langgraphjs/pull/31 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 1/22/2024 **Status:** ✅ Merged **Merged:** 1/23/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/supervisor_example` --- ### 📝 Commits (7) - [`8d4755d`](https://github.com/langchain-ai/langgraphjs/commit/8d4755d95ed539ca6ac706536f9c8803ab80b87c) Add image - [`c38e40d`](https://github.com/langchain-ai/langgraphjs/commit/c38e40dc960cb46bab4d9a1cd3b2aa14b3103410) update - [`f2ac652`](https://github.com/langchain-ai/langgraphjs/commit/f2ac652032486ac1fbb7c8c4084f1593213a72e4) add multi-agent example - [`739e6d3`](https://github.com/langchain-ai/langgraphjs/commit/739e6d367b0e71ac9f9ca938ff07a9a9943734d1) rm eval ones - [`b0ebb8a`](https://github.com/langchain-ai/langgraphjs/commit/b0ebb8a7cca82605de569bc54915484e34b00e5b) hierarchy - [`cffc19f`](https://github.com/langchain-ai/langgraphjs/commit/cffc19f5e7e32bd4c9b2e15ac792f81e0c128b1e) readme - [`a07a5cc`](https://github.com/langchain-ai/langgraphjs/commit/a07a5ccc50c5d713d5c1e25c5ccb1ae67395bd0d) Merge branch 'main' into wfh/supervisor_example ### 📊 Changes **6 files changed** (+2644 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -1) ➕ `examples/multi_agent/agent_supervisor.ipynb` (+568 -0) ➕ `examples/multi_agent/hierarchical_agent_teams.ipynb` (+1340 -0) ➕ `examples/multi_agent/img/hierarchical-diagram.png` (+0 -0) ➕ `examples/multi_agent/img/supervisor-diagram.png` (+0 -0) ➕ `examples/multi_agent/multi-agent-collaboration.ipynb` (+730 -0) </details> ### 📄 Description - [X] basic supervisor pattern example - [X] basic supervisor pattern example - [X] Add support for accepting the runnable config so the traces are linked up - [X] Hierarchy example --- <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-15 18:16:57 -05:00
yindo closed this issue 2026-02-15 18:16:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#435