Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/memory / / MemoryContextBlocks
Interface: MemoryContextBlocks
Defined in: packages/memory/src/context-engine/index.ts:119
Compile result. Layered into the system prompt by the agent runtime. Preserved as a stable surface from Phase 10a so existing consumers (memory.compile(scope)) keep working unchanged after Phase 10d.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
autoRecalled? | readonly | string | Optional auto-recalled memory hints. | packages/memory/src/context-engine/index.ts:129 |
base? | readonly | string | Static narrative base (English by default; locale-aware). | packages/memory/src/context-engine/index.ts:125 |
cacheHints? | readonly | readonly string[] | Optional cache_control hints for prompt-cache aware providers. | packages/memory/src/context-engine/index.ts:131 |
metadata? | readonly | string | Bucketed memory metadata block. | packages/memory/src/context-engine/index.ts:127 |
rules? | readonly | string | Active procedural rules block. | packages/memory/src/context-engine/index.ts:123 |
workingBlocks? | readonly | string | XML-rendered working memory blocks, when any. | packages/memory/src/context-engine/index.ts:121 |