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
| Interface | Description |
|---|---|
| CreateMemoryOptions | Options accepted by createMemory. |
| Memory | The facade returned by createMemory. |
Functions
| Function | Description |
|---|---|
| createMemory | Wire every memory subsystem in one call. Returns the typed Memory facade ready to be passed into createAgent({...}). |