Crate taskai_core

Source

Structs§

BacklogGenerator
BacklogGenerator is responsible for generating a project backlog from a specification using an LLM.

Functions§

get_ready_tasks
Returns a list of tasks that are ready to be worked on. Returns a vector of references to tasks that are ready to be worked on. A task is considered ready if it is in the Todo state and all its dependencies are in the Done state. Tasks are collected from both standalone tasks and tasks within epics.