Skip to main content

Function: consolidateMemory()

consolidateMemory(agent): void

Defined in: apps/paracosm/src/runtime/agent-memory.ts:59

Consolidate short-term memories into long-term beliefs. Called when short-term memory exceeds the threshold. Keeps the most salient recent memories and summarizes older ones.

Parameters

agent

Agent

Returns

void