Documentation
¶
Overview ¶
Package planning is the Stage-1 namespace for task planning, decomposition, goals, and suggested tasks. See ../REFACTOR_PLAN.md.
Index ¶
- Variables
- type ActionManager
- type ActionRequired
- type ExecutionPlan
- type ExecutionPlanner
- type ExecutionStep
- type FormField
- type FormResponse
- type Goal
- type GoalEvent
- type GoalOption
- type GoalStatus
- type GoalTracker
- type PlanState
- type PlannedCall
- type Subtask
- type SuggestedTask
- type Task
- type TaskDecomposer
- type TaskPlan
- type TaskQueue
Constants ¶
This section is empty.
Variables ¶
View Source
var BuildFormPrompt = engine.BuildFormPrompt
View Source
var DecomposePrompt = engine.DecomposePrompt
View Source
var FormatResponse = engine.FormatResponse
View Source
var FormatTasks = engine.FormatTasks
View Source
var NewActionManager = engine.NewActionManager
View Source
var NewExecutionPlanner = engine.NewExecutionPlanner
View Source
var NewGoalTracker = engine.NewGoalTracker
View Source
var NewPlanState = engine.NewPlanState
View Source
var NewTaskDecomposer = engine.NewTaskDecomposer
View Source
var NewTaskQueue = engine.NewTaskQueue
View Source
var ParseSubtasks = engine.ParseSubtasks
View Source
var ScanGitTasks = engine.ScanGitTasks
View Source
var ScanTODOs = engine.ScanTODOs
View Source
var ScanTestFailures = engine.ScanTestFailures
View Source
var Validate = engine.Validate
View Source
var WithBudget = engine.WithBudget
View Source
var WithDependencies = engine.WithDependencies
View Source
var WithPriority = engine.WithPriority
View Source
var WithTags = engine.WithTags
Functions ¶
This section is empty.
Types ¶
type ActionManager ¶
type ActionManager = engine.ActionManager
type ActionRequired ¶
type ActionRequired = engine.ActionRequired
type ExecutionPlan ¶
type ExecutionPlan = engine.ExecutionPlan
type ExecutionPlanner ¶
type ExecutionPlanner = engine.ExecutionPlanner
type ExecutionStep ¶
type ExecutionStep = engine.ExecutionStep
type FormResponse ¶
type FormResponse = engine.FormResponse
type GoalOption ¶
type GoalOption = engine.GoalOption
type GoalStatus ¶
type GoalStatus = engine.GoalStatus
type GoalTracker ¶
type GoalTracker = engine.GoalTracker
type PlannedCall ¶
type PlannedCall = engine.PlannedCall
type SuggestedTask ¶
type SuggestedTask = engine.SuggestedTask
type TaskDecomposer ¶
type TaskDecomposer = engine.TaskDecomposer
Click to show internal directories.
Click to hide internal directories.