返回文档
正在准备搜索索引...
搜索索引不可用
API 参考
API 参考
预构建
createReactAgent
函数 createReactAgent
create
React
Agent
(
props
)
:
CompiledStateGraph
<
AgentState
,
Partial
<
AgentState
>
,
typeof
START
|
"agent"
|
"tools"
>
创建一个依赖于利用工具调用的聊天 llm 的 StateGraph 代理。
参数
props
:
CreateReactAgentParams
返回值
CompiledStateGraph
<
AgentState
,
Partial
<
AgentState
>
,
typeof
START
|
"agent"
|
"tools"
>
一个编译后的代理,作为 LangChain 可运行对象。
设置
成员可见性
Protected
Private
Inherited
External
主题
操作系统
浅色
深色
API 参考
正在加载...
创建一个依赖于利用工具调用的聊天 llm 的 StateGraph 代理。