diff --git a/README.md b/README.md index 30f4037..7ed54c6 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ -# Chat LangGraph +# Agent Chat UI -Chat LangGraph is a Vite + React application which enables chatting with any LangGraph server with a `messages` key through a chat interface. +Agent Chat UI is a Vite + React application which enables chatting with any LangGraph server with a `messages` key through a chat interface. ## Setup > [!TIP] -> Don't want to run the app locally? Use the deployed site here: [chat-langgraph.vercel.app](https://chat-langgraph.vercel.app)! +> Don't want to run the app locally? Use the deployed site here: [agent-chat-ui.vercel.app](https://agentchat.vercel.app)! First, clone the repository: ```bash -git clone https://github.com/langchain-ai/chat-langgraph.git +git clone https://github.com/langchain-ai/agent-chat-ui.git -cd chat-langgraph +cd agent-chat-ui ``` Install dependencies: diff --git a/index.html b/index.html index 0b1595b..c96b91b 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ -
- Welcome to Chat LangGraph! Before you get started, you need to - enter the URL of the deployment and the assistant / graph ID. + Welcome to Agent Chat! Before you get started, you need to enter + the URL of the deployment and the assistant / graph ID.