From 5a6dad3eb9780333db160d016651b8390d37454e Mon Sep 17 00:00:00 2001 From: bracesproul Date: Mon, 10 Mar 2025 16:30:10 -0700 Subject: [PATCH] feat: Rename to Agent Chat UI --- README.md | 10 +++++----- index.html | 2 +- src/components/thread/index.tsx | 4 ++-- src/providers/Stream.tsx | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) 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 @@ - Chat LangGraph + Agent Chat diff --git a/src/components/thread/index.tsx b/src/components/thread/index.tsx index 4b4b8de..1d2be8d 100644 --- a/src/components/thread/index.tsx +++ b/src/components/thread/index.tsx @@ -250,7 +250,7 @@ export function Thread() { > - Chat LangGraph + Agent Chat @@ -308,7 +308,7 @@ export function Thread() {

- Chat LangGraph + Agent Chat

)} diff --git a/src/providers/Stream.tsx b/src/providers/Stream.tsx index bf42b06..b6f3ae3 100644 --- a/src/providers/Stream.tsx +++ b/src/providers/Stream.tsx @@ -101,11 +101,11 @@ export const StreamProvider: React.FC<{ children: ReactNode }> = ({

- Chat LangGraph + Agent Chat

- Welcome to Chat LangGraph! Before you get started, you need to + Welcome to Agent Chat! Before you get started, you need to enter the URL of the deployment and the assistant / graph ID.