Interface MemoryToolsExtensionOptions

Options controlling which memory tools are exposed and how their descriptors are prioritised.

interface MemoryToolsExtensionOptions {
    includeReflect?: boolean;
    priority?: number;
    name?: string;
    version?: string;
}

Hierarchy (view full)

Properties

includeReflect?: boolean

Include the memory_reflect consolidation tool when available. Defaults to true.

priority?: number

Optional registry priority applied to all emitted tool descriptors.

name?: string

Optional pack name override.

Default

'agentos-memory-tools'
version?: string

Optional pack version override.

Default

'1.0.0'