Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/core / / TodoItem

Interface: TodoItem

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

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

Stable

Properties

PropertyModifierTypeDefined in
contentreadonlystringpackages/core/src/types/run.ts:234
idreadonlystringpackages/core/src/types/run.ts:233
statusreadonly"completed" | "pending" | "in_progress"packages/core/src/types/run.ts:235