Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/memory / facade

facade

createMemory() — the facade that wires every six-tier sub-module + the nine memory tools + the search reranker + the context engine stubs + the consolidator placeholder.

Interfaces

InterfaceDescription
CreateMemoryOptionsOptions accepted by createMemory.
MemoryThe facade returned by createMemory.

Functions

FunctionDescription
createMemoryWire every memory subsystem in one call. Returns the typed Memory facade ready to be passed into createAgent({...}).