Function createAgentExecutor

  • Parameters

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

    Returns CompiledStateGraph