[PR #292] [MERGED] Fix/call the correct variable authoring_graph during compilation #1360

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/292
Author: @AryanMadhavVerma
Created: 4/10/2024
Status: Merged
Merged: 4/29/2024
Merged by: @hinthornw

Base: mainHead: patch-1


📝 Commits (1)

  • 9518988 Fix/call the correct variable authoring_graph during compilation

📊 Changes

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

View changed files

📝 examples/multi_agent/hierarchical_agent_teams.ipynb (+1 -1)

📄 Description

In the hierarchical_agent_teams.ipynb example, research_graph should be replaced by authoring_graph during compilation.


🔄 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/292 **Author:** [@AryanMadhavVerma](https://github.com/AryanMadhavVerma) **Created:** 4/10/2024 **Status:** ✅ Merged **Merged:** 4/29/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`9518988`](https://github.com/langchain-ai/langgraph/commit/951898800a3468d6901b7d0543ba2288e682bd92) Fix/call the correct variable `authoring_graph` during compilation ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `examples/multi_agent/hierarchical_agent_teams.ipynb` (+1 -1) </details> ### 📄 Description In the `hierarchical_agent_teams.ipynb` example, `research_graph` should be replaced by `authoring_graph` during compilation. --- <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:32 -05:00
yindo closed this issue 2026-02-20 17:44:32 -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#1360