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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
content | readonly | string | packages/core/src/types/run.ts:234 |
id | readonly | string | packages/core/src/types/run.ts:233 |
status | readonly | "completed" | "pending" | "in_progress" | packages/core/src/types/run.ts:235 |