Skip to main content

Overview

The scoring engine processes a rolling window of attention signals and outputs a single score between 0 and 100. The score is updated in real time as new signals arrive.

Signal types

Rolling window

Scores are computed over the last 10 events using a ring buffer. This makes the score responsive to recent behavior without overreacting to momentary distractions.

Thresholds

The default intervention threshold is 40. You can configure this per session:
When the score drops below the threshold and no intervention is currently active, the drop event fires.

Score ranges