Skip to main content

Interface: WorkingMemorySlot

Defined in: packages/agentos/src/cognition/memory/core/types.ts:352

Properties

activationLevel

activationLevel: number

Defined in: packages/agentos/src/cognition/memory/core/types.ts:357

0-1 activation level; determines if slot is "in focus".


attentionWeight

attentionWeight: number

Defined in: packages/agentos/src/cognition/memory/core/types.ts:363

How much attention is allocated to this slot (0-1).


enteredAt

enteredAt: number

Defined in: packages/agentos/src/cognition/memory/core/types.ts:359

When this trace entered working memory (Unix ms).


rehearsalCount

rehearsalCount: number

Defined in: packages/agentos/src/cognition/memory/core/types.ts:361

Maintenance rehearsal counter.


slotId

slotId: string

Defined in: packages/agentos/src/cognition/memory/core/types.ts:353


traceId

traceId: string

Defined in: packages/agentos/src/cognition/memory/core/types.ts:355

Reference to the underlying MemoryTrace (or a transient key).