Interfaces
RemovalFacts
Interface: RemovalFacts
Defined in: src/core/agent/window/strategy.ts:57
The provenance of a set of removed messages, as the ledger needs it.
Properties
evictions
readonlyevictions: readonlyWindowEviction[]
Defined in: src/core/agent/window/strategy.ts:61
One eviction per message, with its measured lifetime.
removedStageIds
readonlyremovedStageIds: readonlystring[]
Defined in: src/core/agent/window/strategy.ts:59
runtimeStageIds of the stages that appended those messages, in order.
