koog
Toggle table of contents
0.7.1
common
Target filter
common
Switch theme
Search in API
Skip to content
koog
agents-core
/
ai.koog.agents.planner
/
TypedCustomPlannerStrategyBuilder
Typed
Custom
Planner
Strategy
Builder
class
TypedCustomPlannerStrategyBuilder
<
Input
:
Any
,
Output
:
Any
,
State
:
Any
>
(
name
:
String
,
planner
:
AIAgentPlanner
<
State
,
*
>
,
provideInput
:
(
Input
)
->
State
,
provideOutput
:
(
State
)
->
Output
)
:
TypedAgentPlannerStrategyBuilder
<
Input
,
Output
>
(
source
)
Members
Constructors
Typed
Custom
Planner
Strategy
Builder
Link copied to clipboard
constructor
(
name
:
String
,
planner
:
AIAgentPlanner
<
State
,
*
>
,
provideInput
:
(
Input
)
->
State
,
provideOutput
:
(
State
)
->
Output
)
Functions
build
Link copied to clipboard
open
override
fun
build
(
)
:
AIAgentPlannerStrategy
<
Input
,
Output
,
State
>