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 服务器端点(例如,本地开发为
http://localhost:2024,或您已部署的智能体的 URL) - LangSmith API key(可选):添加您的 LangSmith API 密钥(如果您使用本地 Agent 服务器,则不需要)
将这些文档连接 到 Claude、VSCode 等,通过 MCP 获取实时解答。

