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:连接到您的代理
Agent Chat UI 可以连接到本地和已部署的代理。 启动 Agent Chat UI 后,您需要配置它以连接到您的代理:- 图形 ID:输入您的图形名称(在
langgraph.json文件的graphs下找到) - 部署 URL:您的 Agent 服务器端点(例如,本地开发使用
http://localhost:2024,或您已部署代理的 URL) - LangSmith API 密钥(可选):添加您的 LangSmith API 密钥(如果使用本地 Agent 服务器则不需要)
将这些文档连接到 Claude、VSCode 等工具,通过 MCP 获取实时答案。

