Function: findPrunableTraces()
findPrunableTraces(
traces,now,config?):string[]
Defined in: packages/agentos/src/memory/decay/DecayModel.ts:164
Identify traces that have decayed below the pruning threshold. These should be soft-deleted (isActive = false).
Parameters
traces
now
number
config?
DecayConfig = DEFAULT_DECAY_CONFIG
Returns
string[]