Interface StandaloneMemoryDescriptorOptions

interface StandaloneMemoryDescriptorOptions {
    manageLifecycle?: boolean;
    overrides?: Partial<MemoryProviderPayload>;
}

Properties

manageLifecycle?: boolean

When true, the descriptor's shutdown() will close the configured Memory instance.

Default

false
overrides?: Partial<MemoryProviderPayload>

Optional payload overrides.