RunnableAgent constructor
const
RunnableAgent(
- Runnable<
AgentPlanInput, RunnableOptions, List< runnable, {BaseAgentAction> > - required List<
Tool< tools,Object, ToolOptions, Object> >
An agent implemented from a Runnable.
Implementation
const RunnableAgent(this.runnable, {required super.tools});