Companion
Companion object for AIAgentPlannerStrategy with factory method create.
Functions
Link copied to clipboard
fun <Input, Output> create(name: String, planner: AIAgentPlanner<Input, Output, *, *>): AIAgentPlannerStrategy<Input, Output>
Creates a new AIAgentPlannerStrategy instance with the specified name and planner.