Skip to main content

Module task_state

Module task_state 

Source

Structs§

CompressionEntry
One entry in the compression log — records what happened at each compression event. All tiers write here; the log is append-only and never overwritten.
PlanStep
TaskState
Persistent task state that lives in the working partition. Survives compression, renewal, and wake/resume cycles because the working partition is compressible = false.
TaskUpdate
Partial update applied by the SDK or via update_plan meta-tool.

Constants§

MAX_DIRECTIVES
Maximum durable directives retained; past this the oldest is dropped (recency window).
MAX_RECENT_ACTIONS
Maximum recent action-turns retained for the recency footer (bounded ring).