From 7426bd5d8468d034c612dcde167247df16d73059 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Sun, 26 Jan 2025 15:46:00 -0800 Subject: [PATCH 1/2] feat: Add links to minium working version repos in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5cb4841..cf98ea2 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ Before getting started, ensure you have: > [!NOTE] > 🎥 Prefer a video walkthrough? Checkout [this video](https://youtu.be/gF341XMN8cY) for a step-by-step guide. +> [!TIP] +> You can also view a minium working version of a LangGraph agent using the Agent Inbox in [Python here](https://github.com/langchain-ai/agent-inbox-langgraph-example), and [TypeScript here](https://github.com/langchain-ai/agent-inbox-langgraphjs-example). + To start running the Agent Inbox, first clone the repository and install dependencies: ```bash From 1cd1f39af9eaf7cea92eec3843afb242ea8aaa04 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Sun, 26 Jan 2025 15:46:55 -0800 Subject: [PATCH 2/2] cr --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf98ea2..1642f35 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Before getting started, ensure you have: > 🎥 Prefer a video walkthrough? Checkout [this video](https://youtu.be/gF341XMN8cY) for a step-by-step guide. > [!TIP] -> You can also view a minium working version of a LangGraph agent using the Agent Inbox in [Python here](https://github.com/langchain-ai/agent-inbox-langgraph-example), and [TypeScript here](https://github.com/langchain-ai/agent-inbox-langgraphjs-example). +> You can also view a minimum working version of a LangGraph agent using the Agent Inbox in [Python here](https://github.com/langchain-ai/agent-inbox-langgraph-example), and [TypeScript here](https://github.com/langchain-ai/agent-inbox-langgraphjs-example). To start running the Agent Inbox, first clone the repository and install dependencies: