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:你的智能体服务器的端点(例如,本地开发使用
http://localhost:2024,或已部署智能体的 URL) - LangSmith API 密钥(可选):添加你的 LangSmith API 密钥(如果使用本地智能体服务器则不需要)
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

