SimplePlan

data class SimplePlan(val goal: String, val steps: MutableList<PlanStep>)(source)

Represents a structured plan with steps.

Constructors

Link copied to clipboard
constructor(goal: String, steps: MutableList<PlanStep>)

Properties

Link copied to clipboard

The goal of the plan.

Link copied to clipboard

The steps to achieve the goal.