Skip to content

Commit

Permalink
Merge pull request #606 from bmerkle/patch-8
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
koreyspace authored Oct 7, 2024
2 parents ae15a37 + bd9ad87 commit fc8887d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 17-ai-agents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit fc8887d

Please sign in to comment.