Skip to main content

Module task_manager

Module task_manager 

Source
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§

TaskManager
Manages a tree of tasks with dependencies
TaskStats
Statistics about tasks
TaskTimeInfo
Time tracking information for a single task
TimeStats
Time statistics for all tasks

Functions§

format_duration_secs
Format duration in seconds as human-readable string (e.g., “2m 34s”, “1h 5m”)