Module: Legion::Extensions::Agentic::Attention::Focus::Helpers::Constants

Defined in:
lib/legion/extensions/agentic/attention/focus/helpers/constants.rb

Constant Summary collapse

ATTENTIONAL_CAPACITY =

Miller’s law: 7 +/- 2 simultaneous attention targets

7
INTRINSIC_WEIGHT =

Score weights

0.3
GOAL_RELEVANCE_WEIGHT =
0.3
NOVELTY_WEIGHT =
0.2
HABITUATION_WEIGHT =
0.2
HABITUATION_RATE =

Habituation

0.15
HABITUATION_DECAY =

how fast habituation builds per encounter

0.05
HABITUATION_CEILING =

how fast habituation fades per tick without signal

0.95
NOVELTY_RESET_FACTOR =

max habituation (never fully ignore)

0.3
BACKGROUND_THRESHOLD =

Filtering thresholds

0.2
MINIMUM_THRESHOLD =

below this, signal is tagged :background

0.05
MAX_MANUAL_FOCUS =

Focus

3
FOCUS_BOOST =

max manually focused domains

0.3