Interfaces
RemovalFacts
Interface: RemovalFacts
Defined in: src/core/agent/window/strategy.ts:54
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:58
One eviction per message, with its measured lifetime.
removedStageIds
readonlyremovedStageIds: readonlystring[]
Defined in: src/core/agent/window/strategy.ts:56
runtimeStageIds of the stages that appended those messages, in order.
