feat: Rename to Agent Chat UI

This commit is contained in:
bracesproul
2025-03-10 16:30:10 -07:00
parent 4adb54d280
commit 5a6dad3eb9
4 changed files with 10 additions and 10 deletions

View File

@@ -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: