Skip to content

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

PropertyModifierTypeDescriptionDefined in
autoRecalled?readonlystringOptional auto-recalled memory hints.packages/memory/src/context-engine/index.ts:129
base?readonlystringStatic narrative base (English by default; locale-aware).packages/memory/src/context-engine/index.ts:125
cacheHints?readonlyreadonly string[]Optional cache_control hints for prompt-cache aware providers.packages/memory/src/context-engine/index.ts:131
metadata?readonlystringBucketed memory metadata block.packages/memory/src/context-engine/index.ts:127
rules?readonlystringActive procedural rules block.packages/memory/src/context-engine/index.ts:123
workingBlocks?readonlystringXML-rendered working memory blocks, when any.packages/memory/src/context-engine/index.ts:121