Skip to main content

Module task

Module task 

Source
Expand description

§Core task types — the structural primitives.

A Task is a typed work item that agents create, track, decompose, and depend on. The library provides the structure; users build policies on top.

Structs§

Task
A structured work item.

Enums§

TaskPriority
Priority level (lower number = more urgent).
TaskStatus
Task lifecycle status.
TaskType
What created this task.

Functions§

new_task_id
Generate a new unique task ID.

Type Aliases§

TaskId
Unique identifier for a task. Re-exported from pe-core for consistency.