koog
Toggle table of contents
0.6.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
koog
agents-planner
/
ai.koog.agents.planner.goap
/
Action
/
Action
Action
constructor
(
name
:
String
,
description
:
String
?
=
null
,
precondition
:
(
State
)
->
Boolean
,
belief
:
(
State
)
->
State
,
cost
:
(
State
)
->
Double
,
execute
:
suspend
(
AIAgentFunctionalContext
,
State
)
->
State
)
(
source
)