Expand description
Task Manager - Manages a tree-structured task list
Provides functionality for the AI to create, update, and manage tasks in a hierarchical structure with dependencies.
Structs§
- Task
Manager - Manages a tree of tasks with dependencies
- Task
Stats - Statistics about tasks
- Task
Time Info - Time tracking information for a single task
- Time
Stats - Time statistics for all tasks
Functions§
- format_
duration_ secs - Format duration in seconds as human-readable string (e.g., “2m 34s”, “1h 5m”)