Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/memory / / CuratedBlockSpec
Interface: CuratedBlockSpec
Defined in: packages/memory/src/consolidator/phases/learned-context.ts:46
One curated-block declaration (wave-D D3): the deep phase maintains a rewrite pass per entry - learnedContext: true is sugar for [{ label: 'learned_context' }]. prompt overrides the maintenance system prompt (the default is a generic fold-the-evidence rewrite, parameterised by the label); maxChars bounds the stored value.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
label | readonly | string | packages/memory/src/consolidator/phases/learned-context.ts:47 |
maxChars? | readonly | number | packages/memory/src/consolidator/phases/learned-context.ts:49 |
prompt? | readonly | string | packages/memory/src/consolidator/phases/learned-context.ts:48 |