docs: fix intro in supervisor tutorial (#2068)

This commit is contained in:
Vadym Barda
2024-10-09 20:59:49 +00:00
committed by GitHub
parent fc276c5ac0
commit fe110ae145
@@ -20,7 +20,7 @@
"\n",
"![diagram](attachment:8ee0a8ce-f0a8-4019-b5bf-b20933e40956.png)\n",
"\n",
"To simplify the code in each agent node, we will use the AgentExecutor class from LangChain. This and other \"advanced agent\" notebooks are designed to show how you can implement certain design patterns in LangGraph. If the pattern suits your needs, we recommend combining it with some of the other fundamental patterns described elsewhere in the docs for best performance.\n",
"To simplify the code in each agent node, we will use LangGraph's prebuilt [create_react_agent](https://langchain-ai.github.io/langgraph/reference/prebuilt/#langgraph.prebuilt.chat_agent_executor.create_react_agent). This and other \"advanced agent\" notebooks are designed to show how you can implement certain design patterns in LangGraph. If the pattern suits your needs, we recommend combining it with some of the other fundamental patterns described elsewhere in the docs for best performance.\n",
"\n",
"## Setup\n",
"\n",