koog
Toggle table of contents
1.0.0-preview2
common
Target filter
common
Switch theme
Search in API
Skip to content
koog
agents-core
/
ai.koog.agents.core.planner
/
AIAgentPlannerStrategy
/
Companion
/
create
create
@
JvmStatic
fun
<
Input
,
Output
>
create
(
name
:
String
,
planner
:
AIAgentPlanner
<
Input
,
Output
,
*
,
*
>
)
:
AIAgentPlannerStrategy
<
Input
,
Output
>
(
source
)
Creates a new
AIAgentPlannerStrategy
instance with the specified
name
and
planner
.