mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-22 15:13:08 +00:00
@@ -370,7 +370,7 @@
|
||||
"source": [
|
||||
"## Create the agent\n",
|
||||
"\n",
|
||||
"Now that we have defined the tools and the LLM, we can create the agent. We will be using [LangGraph](/docs/concepts/#langgraph) to construct the agent. \n",
|
||||
"Now that we have defined the tools and the LLM, we can create the agent. We will be using [LangGraph](/docs/concepts/architecture/#langgraph) to construct the agent. \n",
|
||||
"Currently, we are using a high level interface to construct the agent, but the nice thing about LangGraph is that this high-level interface is backed by a low-level, highly controllable API in case you want to modify the agent logic.\n"
|
||||
]
|
||||
},
|
||||
@@ -719,7 +719,7 @@
|
||||
"We've also added in memory so you can have a conversation with them.\n",
|
||||
"Agents are a complex topic with lots to learn! \n",
|
||||
"\n",
|
||||
"For more information on Agents, please check out the [LangGraph](/docs/concepts/#langgraph) documentation. This has it's own set of concepts, tutorials, and how-to guides."
|
||||
"For more information on Agents, please check out the [LangGraph](/docs/concepts/architecture/#langgraph) documentation. This has it's own set of concepts, tutorials, and how-to guides."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
"\n",
|
||||
"- Debugging and tracing your application using [LangSmith](https://docs.smith.langchain.com/)\n",
|
||||
"\n",
|
||||
"- Deploying your application with [LangServe](/docs/concepts/#langserve)\n",
|
||||
"- Deploying your application with [LangServe](/docs/concepts/architecture/#langserve)\n",
|
||||
"\n",
|
||||
"Let's dive in!\n",
|
||||
"\n",
|
||||
|
||||
@@ -817,7 +817,7 @@
|
||||
"source": [
|
||||
"### Agent constructor\n",
|
||||
"\n",
|
||||
"Now that we have defined the tools and the LLM, we can create the agent. We will be using [LangGraph](/docs/concepts/#langgraph) to construct the agent. \n",
|
||||
"Now that we have defined the tools and the LLM, we can create the agent. We will be using [LangGraph](/docs/concepts/architecture/#langgraph) to construct the agent. \n",
|
||||
"Currently we are using a high level interface to construct the agent, but the nice thing about LangGraph is that this high-level interface is backed by a low-level, highly controllable API in case you want to modify the agent logic."
|
||||
]
|
||||
},
|
||||
|
||||
@@ -494,7 +494,7 @@
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"We will use a prebuilt [LangGraph](/docs/concepts/#langgraph) agent to build our agent"
|
||||
"We will use a prebuilt [LangGraph](/docs/concepts/architecture/#langgraph) agent to build our agent"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user