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

