2025-03-13 12:48:56 -07:00
cr
2025-03-12 15:50:24 -07:00
2025-03-13 12:48:56 -07:00
2025-03-13 12:23:04 -07:00
cr
2025-03-12 15:50:24 -07:00
2025-03-04 14:07:58 -08:00
2025-03-04 14:07:58 -08:00
cr
2025-03-12 14:18:38 -07:00
2025-03-13 12:48:56 -07:00
2025-03-04 14:07:58 -08:00
2025-03-13 12:48:56 -07:00
2025-03-13 10:24:44 -07:00
2025-03-10 17:14:23 -07:00
2025-03-12 16:56:13 -07:00

create-agent-chat-app

A CLI tool to quickly set up an agent chat application with Vite. This code is based off of the agent-chat-ui repository.

💡 Tip Want to use Agent Chat, but don't want to set it up locally? Use the deployed site here: agentchat.vercel.app

Usage

Clone code:

# Using npx
npx create-agent-chat-app

Navigate into the project directory:

# agent-chat-app is the default project name
cd agent-chat-app

Install dependencies:

# agent-chat-app is configured to use pnpm by default
pnpm install

Start development server:

pnpm dev

Once the server is running, you can visit http://localhost:5173 in your browser. From there, you'll be prompted to enter:

  • Deployment URL: The API URL of your LangGraph server. This can be a local URL, or a deployed LangGraph server. You must have a LangGraph server running to connect to.
  • 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.

Features

  • Quick setup of a LangGraph chat application
  • Customizable deployment URL and graph/assistant ID
  • Vite-based frontend for fast development
  • Ready-to-use configuration

License

MIT

S
Description
The quickest way to get started building a LangGraph app
Readme MIT 8.6 MiB
Latest
2025-04-10 12:41:40 -04:00
Languages
TypeScript 86.9%
JavaScript 9.6%
CSS 2.6%
Shell 0.8%