Interface: WorkingThought
Defined in: src/batteries/context/thrift/contracts.ts:150
The structural shape of a "thought" (model-internal guidance/scratchpad content, e.g. a plan or a per-iteration nudge) the working set carries. Read for identity (id, matched against keepThoughtIds/protectThoughtIds), measurement (content), and shed ordering (createdAt).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
content | string | ContentLike | The thought's rendered content. | src/batteries/context/thrift/contracts.ts:154 |
createdAt | MillisTimestamp | When this thought was created; drives oldest-first shedding order. | src/batteries/context/thrift/contracts.ts:156 |
id | string | Stable identifier, matched against keepThoughtIds/protectThoughtIds sets. | src/batteries/context/thrift/contracts.ts:152 |