Properties
personaId
personaId: string
createdAt
createdAt: string
hasCognitiveMemory
hasCognitiveMemory: boolean
reasoningTraceEntries
reasoningTraceEntries: number
workingMemoryKeys
workingMemoryKeys: number
Optional cognitiveMemory
cognitiveMemory?: {
totalTraces: number;
activeTraces: number;
workingMemorySlots: number;
workingMemoryCapacity: number;
prospectiveCount: number;
}
Type declaration
totalTraces: number
activeTraces: number
workingMemorySlots: number
workingMemoryCapacity: number
prospectiveCount: number