From f6ba9afb1a5900ee1fecadd52acd347ffd39abc1 Mon Sep 17 00:00:00 2001 From: "Paul S. Schweigert" Date: Thu, 20 Nov 2025 18:23:56 -0500 Subject: [PATCH] fix deep-agents-ui links Signed-off-by: Paul S. Schweigert --- deep_research/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deep_research/README.md b/deep_research/README.md index 41fa747..8c910bc 100644 --- a/deep_research/README.md +++ b/deep_research/README.md @@ -53,13 +53,13 @@ LangGraph server will open a new browser window with the Studio interface, which You can also connect the LangGraph server to a [UI specifically designed for deepagents](https://github.com/langchain-ai/deep-agents-ui): ```bash -$ git clone https://github.com/langchain-ai/deepagents-ui.git -$ cd deepagents-ui +$ git clone https://github.com/langchain-ai/deep-agents-ui.git +$ cd deep-agents-ui $ yarn install $ yarn dev ``` -Then follow the instructions in the [deepagents-ui README](https://github.com/langchain-ai/deepagents-ui?tab=readme-ov-file#connecting-to-a-langgraph-server) to connect the UI to the running LangGraph server. +Then follow the instructions in the [deep-agents-ui README](https://github.com/langchain-ai/deep-agents-ui?tab=readme-ov-file#connecting-to-a-langgraph-server) to connect the UI to the running LangGraph server. This provides a user-friendly chat interface and visualization of files in state.