AIAgentPlannerStrategy

Represents a planner strategy for an AI agent.

Parameters

State

The type of the state.

Plan

The type of the plan.

name

The name of the strategy.

planner

The instance of the planner defining the exact planner strategy.

Constructors

Link copied to clipboard
constructor(name: String, planner: AIAgentPlanner<State, Plan>)

Properties

Link copied to clipboard
open override val name: String

Functions

Link copied to clipboard
open suspend override fun execute(context: AIAgentFunctionalContext, input: State): State