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§
- Task
Priority - Priority level (lower number = more urgent).
- Task
Status - Task lifecycle status.
- Task
Type - 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.