Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/memory / tools
tools
Nine memory tools registered with @graphorin/tools by the createMemory() facade. Each factory takes a MemoryToolDeps bundle so consumers can scope the tool surface (per-tier ACL, scope resolver, etc.) without rebuilding the underlying memory facade.
Functions
| Function | Description |
|---|---|
| buildMemoryTools | Build the canonical nine-memory-tool array. Order is stable — consumers can rely on the indices for snapshot tests. |
References
createBlockAppendTool
Re-exports createBlockAppendTool
createBlockReplaceTool
Re-exports createBlockReplaceTool
createBlockRethinkTool
Re-exports createBlockRethinkTool
createConversationSearchTool
Re-exports createConversationSearchTool
createFactForgetTool
Re-exports createFactForgetTool
createFactRememberTool
Re-exports createFactRememberTool
createFactSearchTool
Re-exports createFactSearchTool
createFactSupersedeTool
Re-exports createFactSupersedeTool
createRecallEpisodesTool
Re-exports createRecallEpisodesTool
MemoryToolDeps
Re-exports MemoryToolDeps
ScopeResolver
Re-exports ScopeResolver