[PR #43] [MERGED] Multi-agent collaboration #1197

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/43
Author: @hinthornw
Created: 1/17/2024
Status: Merged
Merged: 1/20/2024
Merged by: @hinthornw

Base: mainHead: wfh/autogen


📝 Commits (10+)

📊 Changes

10 files changed (+1465 additions, -416 deletions)

View changed files

📝 README.md (+7 -7)
examples/advanced_agents/multi-agent/agent-simulation-evaluation.ipynb (+0 -409)
examples/multi_agent/agent_supervisor.ipynb (+419 -0)
examples/multi_agent/hierarchical_agent_teams.ipynb (+642 -0)
examples/multi_agent/img/hierarchical-diagram.png (+0 -0)
examples/multi_agent/img/supervisor-diagram.png (+0 -0)
📝 examples/multi_agent/img/virtual_user_annotate.png (+0 -0)
📝 examples/multi_agent/img/virtual_user_diagram.png (+0 -0)
📝 examples/multi_agent/img/virtual_user_full_convo.png (+0 -0)
examples/multi_agent/multi-agent-collaboration.ipynb (+397 -0)

📄 Description

Need to add another example or so

  • "Simple" 2-agent routing - messier than I expected though
  • Supervisor
  • Agent teams - hierarchical management of work.

As well as some updates to the readme and the evaluation notebook


🔄 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/langgraph/pull/43 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 1/17/2024 **Status:** ✅ Merged **Merged:** 1/20/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/autogen` --- ### 📝 Commits (10+) - [`215a1b2`](https://github.com/langchain-ai/langgraph/commit/215a1b2bfcefad0603c10c1234a5e73a822a0d77) Simple example - [`84a1915`](https://github.com/langchain-ai/langgraph/commit/84a1915896349918797222a44162ac74e10c18e1) del image - [`a6e3d8d`](https://github.com/langchain-ai/langgraph/commit/a6e3d8d29ce72048cd909134285d01edc7f06ea1) Add collab - [`9aefcc2`](https://github.com/langchain-ai/langgraph/commit/9aefcc20afbbc59a7302bbfff7c51380f1c2fd47) update collab - [`d6c1c58`](https://github.com/langchain-ai/langgraph/commit/d6c1c58f1980b7acf5e5ea37553f41fe7fa1f2a1) Add image - [`4c883df`](https://github.com/langchain-ai/langgraph/commit/4c883df123aee143eb410dd755aa3cf77ad8a997) Add hierarchical example - [`ef662ae`](https://github.com/langchain-ai/langgraph/commit/ef662ae849affc3a0710ef704d740da4bba9644f) note - [`48e635b`](https://github.com/langchain-ai/langgraph/commit/48e635b9f3afc8bbfefef96617ebd22a8aff7695) UPdate - [`3316c88`](https://github.com/langchain-ai/langgraph/commit/3316c88d5987018a080781eb8d18221589035973) Merge branch 'main' into wfh/autogen - [`2e87198`](https://github.com/langchain-ai/langgraph/commit/2e871982eea878e5890220dd23ffeb743cfeb9a7) Update readme ### 📊 Changes **10 files changed** (+1465 additions, -416 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+7 -7) ➖ `examples/advanced_agents/multi-agent/agent-simulation-evaluation.ipynb` (+0 -409) ➕ `examples/multi_agent/agent_supervisor.ipynb` (+419 -0) ➕ `examples/multi_agent/hierarchical_agent_teams.ipynb` (+642 -0) ➕ `examples/multi_agent/img/hierarchical-diagram.png` (+0 -0) ➕ `examples/multi_agent/img/supervisor-diagram.png` (+0 -0) 📝 `examples/multi_agent/img/virtual_user_annotate.png` (+0 -0) 📝 `examples/multi_agent/img/virtual_user_diagram.png` (+0 -0) 📝 `examples/multi_agent/img/virtual_user_full_convo.png` (+0 -0) ➕ `examples/multi_agent/multi-agent-collaboration.ipynb` (+397 -0) </details> ### 📄 Description Need to add another example or so - [X] "Simple" 2-agent routing - messier than I expected though - [X] Supervisor - [X] Agent teams - hierarchical management of work. As well as some updates to the readme and the evaluation notebook --- <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-20 17:44:09 -05:00
yindo closed this issue 2026-02-20 17:44:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1197