Interface MemoryGraphNodeMeta

interface MemoryGraphNodeMeta {
    type: string;
    scope: string;
    scopeId: string;
    strength: number;
    createdAt: number;
}

Properties

type: string
scope: string
scopeId: string
strength: number

Current encoding strength (updated periodically).

createdAt: number