您可以通过 Agent Chat UI 使用预构建的聊天界面与任意 LangGraph 代理进行交互。使用已部署版本 是最快上手的方式,支持与本地或已部署的图结构进行交互。Documentation Index
Fetch the complete documentation index at: https://langchain.idochub.dev/llms.txt
Use this file to discover all available pages before exploring further.
在 UI 中运行代理
首先,请在本地设置 LangGraph API 服务器(参见本地部署指南),或将您的代理部署到 LangGraph 平台。 然后,访问 Agent Chat UI,或者克隆仓库并在本地启动开发服务器。添加人在回路(Human-in-the-loop)
Agent Chat UI 完全支持人在回路 工作流。要体验此功能,请将src/agent/graph.py 文件(来自部署指南)中的代理代码替换为此代理实现。