函数 createAgentExecutor

  • 参数

    • __namedParameters: {
          agentRunnable: Runnable<any, any, RunnableConfig>;
          tools: ToolExecutor | Tool[];
      }
      • agentRunnable: Runnable<any, any, RunnableConfig>
      • tools: ToolExecutor | Tool[]

    返回值 CompiledStateGraph