Skip to content

Graphorin API reference v0.15.1


Graphorin API reference / @graphorin/core / / TodoItem

Interface: TodoItem

Defined in: packages/core/src/types/run.ts:281

Stable

One item in the agent's structured plan. status drives both the recitation rendering and progress reporting; id lets a status-flip mutation target an item without rewriting the list.

Properties

PropertyModifierTypeDefined in
contentreadonlystringpackages/core/src/types/run.ts:283
idreadonlystringpackages/core/src/types/run.ts:282
statusreadonly"completed" | "pending" | "in_progress"packages/core/src/types/run.ts:284