Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/memory / / MemoryContextBlocks

Interface: MemoryContextBlocks

Defined in: packages/memory/src/context-engine/io-types.ts:131

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

PropertyModifierTypeDescriptionDefined in
autoRecalled?readonlystringOptional auto-recalled memory hints.packages/memory/src/context-engine/io-types.ts:141
base?readonlystringStatic narrative base (English by default; locale-aware).packages/memory/src/context-engine/io-types.ts:137
cacheHints?readonlyreadonly string[]Optional cache_control hints for prompt-cache aware providers.packages/memory/src/context-engine/io-types.ts:143
metadata?readonlystringBucketed memory metadata block.packages/memory/src/context-engine/io-types.ts:139
rules?readonlystringActive procedural rules block.packages/memory/src/context-engine/io-types.ts:135
workingBlocks?readonlystringXML-rendered working memory blocks, when any.packages/memory/src/context-engine/io-types.ts:133