Interfaces

WindowEviction

Interface: WindowEviction

Defined in: src/core/agent/window/strategy.ts:46

One message leaving the window, with the facts an eviction event needs.

Properties

index

readonly index: number

Defined in: src/core/agent/window/strategy.ts:48

Index in the PRE-change window — the index the content hash was built on.


survivalMs

readonly survivalMs: number

Defined in: src/core/agent/window/strategy.ts:50

How long it lived in the window. Exact; 0 when its birth is unknown.

On this page