Skip to content

classifyAttention

classifyAttention(session, caches, now?): object

Defined in: src/rundown-core.ts:120

Classify a single session’s attention demand into a tier + its raw signal codes. Pure: every input is already-derived state, no I/O. A session may carry multiple signals; its tier is the most urgent (lowest) of them. Returns tier: null when the session bears no attention signal at all (filtered out of fingerprints/assembly).

Session

ClassifyCaches

number = ...

object

signals: SignalCode[]

tier: AttentionTier | null