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.llm
/
SimplePlan
Simple
Plan
@
Serializable
data
class
SimplePlan
(
val
goal
:
String
,
val
steps
:
MutableList
<
PlanStep
>
)
(
source
)
Represents a structured plan with steps.
Members
Constructors
Simple
Plan
Link copied to clipboard
constructor
(
goal
:
String
,
steps
:
MutableList
<
PlanStep
>
)
Properties
goal
Link copied to clipboard
val
goal
:
String
The goal of the plan.
steps
Link copied to clipboard
val
steps
:
MutableList
<
PlanStep
>
The steps to achieve the goal.