From bd9ad87cfba2748a282cdd7b2f323b4d3f777429 Mon Sep 17 00:00:00 2001 From: Bernhard Merkle Date: Fri, 4 Oct 2024 22:09:33 +0200 Subject: [PATCH] Update README.md fixed link to python langchain --- 17-ai-agents/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/17-ai-agents/README.md b/17-ai-agents/README.md index a818391d6..9140390ac 100644 --- a/17-ai-agents/README.md +++ b/17-ai-agents/README.md @@ -38,7 +38,7 @@ These definitions will hopefully give you a good grounding going forward as we l ## LangChain Agents -[LangChain Agents](https://python.langchain.com/docs/modules/agents/?WT.mc_id=academic-105485-koreyst) is an implementation of the definitions we provided above. +[LangChain Agents](https://python.langchain.com/docs/how_to/#agents?WT.mc_id=academic-105485-koreyst) is an implementation of the definitions we provided above. To manage the **state** , it uses a built-in function called the `AgentExecutor`. This accepts the defined `agent` and the `tools` that are available to it.