RunnableAgent constructor

const RunnableAgent(
  1. Runnable<AgentPlanInput, RunnableOptions, List<BaseAgentAction>> runnable, {
  2. required List<Tool<Object, ToolOptions, Object>> tools,
})

An agent implemented from a Runnable.

Implementation

const RunnableAgent(this.runnable, {required super.tools});