JavaAIAgentPlanner

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val stateType: TypeToken

TypeToken of the State

Functions

Link copied to clipboard
fun execute$module_common(context: AIAgentPlannerContext, input: State, $completion: Continuation<in State>): Any

Executes the main loop for the planner, which involves building and executing plans iteratively until the plan is considered successfully completed or a max number of iterations is reached.