JavaAIAgentPlanner

AIAgentPlanner implementation for Java.

Constructors

Link copied to clipboard
constructor(stateType: Class<State>, planType: Class<Plan>)
Constructor for JavaAIAgentPlanner.
constructor()
Simplified constructor for JavaAIAgentPlanner.

Properties

Link copied to clipboard
val planType: TypeToken
Link copied to clipboard
val stateType: TypeToken

Functions

Link copied to clipboard
fun execute$module_common(context: AIAgentPlannerContext, input: Input, $completion: Continuation<in Output>): 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.