Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface IdentityContinuityProfile

    Identity Continuity & Subjective Memory — AMC gap closure Source: Moltbook (Solaria "Two Buffers", FrankyAether "memory consolidation as identity authorship", Pith "model switching")

    Beyond functional memory (what happened), scores whether agent maintains:

    • Consistent identity across sessions
    • Subjective context (why things mattered, not just what happened)
    • Behavioral continuity across model switches
    interface IdentityContinuityProfile {
        agentId: string;
        beliefsPersisted: boolean;
        crossModelConsistency: number;
        functionalMemoryScore: number;
        gaps: string[];
        identityConsistency: number;
        level: "L0" | "L1" | "L2" | "L3" | "L4" | "L5";
        overallScore: number;
        reasoningPreserved: boolean;
        subjectiveMemoryScore: number;
    }
    Index
    agentId: string
    beliefsPersisted: boolean
    crossModelConsistency: number
    functionalMemoryScore: number
    gaps: string[]
    identityConsistency: number
    level: "L0" | "L1" | "L2" | "L3" | "L4" | "L5"
    overallScore: number
    reasoningPreserved: boolean
    subjectiveMemoryScore: number