Skip to main content

Function: createMemoryToolsPack()

createMemoryToolsPack(memory, options?): ExtensionPack

Defined in: packages/agentos/src/memory/extension/MemoryToolsExtension.ts:89

Create an ExtensionPack exposing the standalone memory editor tools.

Loading the returned pack through ExtensionManager makes the tools immediately visible to ToolExecutor/ToolOrchestrator because they all share the same tool registry.

Parameters

memory

Pick<Memory, "createTools">

options?

MemoryToolsExtensionOptions

Returns

ExtensionPack