ISPO SDK
    Preparing search index...

    Interface AssistantMemoryOverview

    Markdown
    interface AssistantMemoryOverview {
        assistant: AssistantMemoryFileState;
        counts: { conclusions: number; episodes: number };
        searchBackend: "fts5" | "like";
        user: AssistantMemoryFileState;
    }
    Index
    counts: { conclusions: number; episodes: number }
    searchBackend: "fts5" | "like"

    Active store search backend ('like' when SQLite FTS5 is unavailable).