Update agent_supervisor.ipynb (#2888)

This commit is contained in:
VItto Rivabella
2025-01-07 09:45:41 -05:00
committed by GitHub
parent 661e20eec4
commit 4b06791b8c
@@ -135,7 +135,7 @@
"from typing_extensions import TypedDict\n",
"\n",
"from langchain_anthropic import ChatAnthropic\n",
"from langgraph.graph import MessagesState\n",
"from langgraph.graph import MessagesState, END\n",
"from langgraph.types import Command\n",
"\n",
"\n",