export interface LoadableMemoryEntry { entryId: string; summary: string; text: string; }