Module plan

Module plan 

Source
Expand description

Task Planning Tool for AGCodex

This module provides simple task decomposition with dependency analysis and parallelization detection.

§Core Features

  • Goal decomposition into actionable tasks
  • Dependency graph construction
  • Parallelization group identification
  • Complexity estimation

Structs§

MetaTask
MetaTaskPlanner
Plan
Result of plan analysis
PlanContext
PlanExecutionPlan
PlanExecutionStep
PlanTool
Simple task planning tool
SubTask
SubTaskPlanner
Task
Simple task representation
TaskGroup
ToolOutput

Enums§

Complexity
Complexity estimation for goals
PlanError
Errors specific to the planning tool
PlanIntelligenceLevel
TaskPriority
TaskStatus

Type Aliases§

AgentType
DependencyGraph
PlanResult
Result type for planning operations
TaskId
Task identifier type