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 后,需要配置它来连接你的代理:- Graph ID:输入你的图名称(可在
langgraph.json文件的graphs下找到) - Deployment URL:你的 Agent server 端点(例如本地开发使用
http://localhost:2024,或使用已部署代理的 URL) - LangSmith API key(可选):添加你的 LangSmith API 密钥(如果使用本地 Agent server,则不需要)
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

