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§
- Meta
Task - Meta
Task Planner - Plan
- Result of plan analysis
- Plan
Context - Plan
Execution Plan - Plan
Execution Step - Plan
Tool - Simple task planning tool
- SubTask
- SubTask
Planner - Task
- Simple task representation
- Task
Group - Tool
Output
Enums§
- Complexity
- Complexity estimation for goals
- Plan
Error - Errors specific to the planning tool
- Plan
Intelligence Level - Task
Priority - Task
Status
Type Aliases§
- Agent
Type - Dependency
Graph - Plan
Result - Result type for planning operations
- TaskId
- Task identifier type