ISPO SDK
    Preparing search index...

    Interface AssistantMemoryRecall

    Markdown

    One recall-ledger row: a block the host actually injected into a session's driver text (§29.6 trace view). Three rows max per session — the first-turn memory block, the first-turn project-context snapshot, and the LATEST host-state brief.

    interface AssistantMemoryRecall {
        content: string;
        createdAt: number;
        id: number;
        kind: "memory-block" | "project-context" | "host-brief";
        projectId: string | null;
        sessionId: string;
    }
    Index
    content: string
    createdAt: number
    id: number
    kind: "memory-block" | "project-context" | "host-brief"
    projectId: string | null
    sessionId: string