Agent Chat UI is a Next.js application that provides a conversational interface for interacting with any LangChain agent. It supports real-time chat, tool visualization, and advanced features like time-travel debugging and state forking. Agent Chat UI works seamlessly with agents created usingDocumentation Index
Fetch the complete documentation index at: https://nvd-54.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
create_agent and provides interactive experiences for your agents with minimal setup, whether you’re running locally or in a deployed context (such as LangSmith).
Agent Chat UI is open source and can be adapted to your application needs.
Quick start
The fastest way to get started is using the hosted version:- Visit Agent Chat UI
- Connect your agent by entering your deployment URL or local server address
- Start chatting - the UI will automatically detect and render tool calls and interrupts
Local development
For customization or local development, you can run Agent Chat UI locally:连接你的智能体
智能体聊天 UI 可以连接到本地和已部署的智能体。 启动智能体聊天 UI 后,你需要配置它来连接你的智能体:- Graph ID:输入你的图名称(可以在
langgraph.json文件的graphs下找到) - 部署 URL:你的智能体服务器端点(例如,本地开发使用
http://localhost:2024,或你的已部署智能体 URL) - LangSmith API 密钥(可选):添加你的 LangSmith API 密钥(如果使用本地智能体服务器则不需要)
将这些文档连接到 Claude、VSCode 等工具,通过 MCP 获取实时答案。

