2025-03-10 15:22:55 -07:00
2025-03-10 15:22:55 -07:00
2025-03-07 14:35:51 +01:00
2025-02-18 19:35:46 +01:00
2025-03-04 17:40:03 +01:00
2025-02-27 14:08:24 -08:00
2025-02-27 14:08:24 -08:00
2025-03-10 15:11:59 -07:00
2025-03-10 15:11:59 -07:00
cr
2025-03-10 14:17:44 -07:00
2025-03-03 14:53:53 +01:00
2025-02-18 19:35:46 +01:00
2025-02-27 14:08:24 -08:00

Chat LangGraph

Chat LangGraph 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!

First, clone the repository:

git clone https://github.com/langchain-ai/chat-langgraph.git

cd chat-langgraph

Install dependencies:

pnpm install

Run the app:

pnpm dev

The app will be available at http://localhost:5173.

Usage

Once the app is running (or if using the deployed site), you'll be prompted to enter:

  • Deployment URL: The URL of the LangGraph server you want to chat with. This can be a production or development URL.
  • Assistant/Graph ID: The name of the graph, or ID of the assistant to use when fetching, and submitting runs via the chat interface.
  • LangSmith API Key: (only required for connecting to deployed LangGraph servers) Your LangSmith API key to use when authenticating requests sent to LangGraph servers.

After entering these values, click Continue. You'll then be redirected to a chat interface where you can start chatting with your LangGraph server.

Description
No description provided
Readme 1 MiB
Languages
TypeScript 95.1%
CSS 3%
JavaScript 1.9%