Skip to content

TaskNode

Defined in: react/components/agent/task-tree.tsx:20

A node in a TaskTree — a task that may own sub-tasks.

optional children?: TaskNode[]

Defined in: react/components/agent/task-tree.tsx:26

Nested sub-tasks, rendered indented beneath this one.


optional status?: TodoStatus

Defined in: react/components/agent/task-tree.tsx:24

Lifecycle state. Defaults to "pending".


text: string

Defined in: react/components/agent/task-tree.tsx:22

The task description.