From c5dc3cd633119c4893cc6f378fba43806c399fb8 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Wed, 31 Jan 2024 16:50:54 -0800 Subject: [PATCH 1/2] readme link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2a4e30e9..25959802d 100644 --- a/README.md +++ b/README.md @@ -428,7 +428,7 @@ This is recommended agent executor for newer chat based models that support func **Modifications** -We also have a lot of examples highlighting how to slightly modify the base chat agent executor. These all build off the [getting started notebook](examples/chat_agent_executor_with_function_calling/base.ipynb) so it is recommended you start with that first. +We also have a lot of examples highlighting how to slightly modify the base chat agent executor. These all build off the [getting started notebook](https://github.com/langchain-ai/langgraph/blob/main/examples/chat_agent_executor_with_function_calling/base.ipynb) so it is recommended you start with that first. - [Human-in-the-loop](https://github.com/langchain-ai/langgraph/blob/main/examples/chat_agent_executor_with_function_calling/human-in-the-loop.ipynb): How to add a human-in-the-loop component - [Force calling a tool first](https://github.com/langchain-ai/langgraph/blob/main/examples/chat_agent_executor_with_function_calling/force-calling-a-tool-first.ipynb): How to always call a specific tool first From f24b7a4080fc438f131ddf1d35081acce5036483 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Wed, 31 Jan 2024 16:52:47 -0800 Subject: [PATCH 2/2] one more --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25959802d..9834416da 100644 --- a/README.md +++ b/README.md @@ -445,7 +445,7 @@ This agent executor uses existing LangChain agents. **Modifications** -We also have a lot of examples highlighting how to slightly modify the base chat agent executor. These all build off the [getting started notebook](examples/agent_executor/base.ipynb) so it is recommended you start with that first. +We also have a lot of examples highlighting how to slightly modify the base chat agent executor. These all build off the [getting started notebook](https://github.com/langchain-ai/langgraph/blob/main/examples/agent_executor/base.ipynb) so it is recommended you start with that first. - [Human-in-the-loop](https://github.com/langchain-ai/langgraph/blob/main/examples/agent_executor/human-in-the-loop.ipynb): How to add a human-in-the-loop component - [Force calling a tool first](https://github.com/langchain-ai/langgraph/blob/main/examples/agent_executor/force-calling-a-tool-first.ipynb): How to always call a specific tool first