Module: Legion::Extensions::Agentic::Memory::SemanticSatiation::Helpers::Constants
- Included in:
- Concept, SatiationEngine
- Defined in:
- lib/legion/extensions/agentic/memory/semantic_satiation/helpers/constants.rb
Constant Summary collapse
- MAX_CONCEPTS =
300- SATIATION_RATE =
0.08- RECOVERY_RATE =
0.03- SATIATION_THRESHOLD =
0.7- DEFAULT_FLUENCY =
1.0- FLUENCY_LABELS =
{ (0.8..) => :fluent, (0.6...0.8) => :normal, (0.4...0.6) => :reduced, (0.2...0.4) => :satiated, (..0.2) => :meaningless }.freeze
- NOVELTY_LABELS =
{ (0.8..) => :novel, (0.6...0.8) => :familiar, (0.4...0.6) => :routine, (0.2...0.4) => :overexposed, (..0.2) => :saturated }.freeze