Skip to content

Commit

Permalink
Update agent_supervisor.ipynb
Browse files Browse the repository at this point in the history
Missing END import from langgraph.constants
  • Loading branch information
Eversmile12 authored Dec 28, 2024
1 parent effddca commit 55336de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/tutorials/multi_agent/agent_supervisor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
"from langchain_anthropic import ChatAnthropic\n",
"from langgraph.graph import MessagesState\n",
"from langgraph.types import Command\n",
"from langgraph.constants import END\n",
"\n",
"\n",
"members = [\"researcher\", \"coder\"]\n",
Expand Down

0 comments on commit 55336de

Please sign in to comment.