actrone-memory
    Preparing search index...

    Interface Recalled

    Result of a recall: the ready-to-prepend context string plus the raw context.

    interface Recalled {
        systemPrompt: string;
        context: RetrievedContext;
    }
    Index
    systemPrompt: string