• 创建一个依赖于利用工具调用的聊天 llm 的 StateGraph 代理。

    参数

    • props: CreateReactAgentParams

    返回值 CompiledStateGraph<AgentState, Partial<AgentState>, typeof START | "agent" | "tools">

    一个编译后的代理,作为 LangChain 可运行对象。