Skip to main content

Module context

Module context 

Source
Expand description

Context optimization with temporal decay and insights-first priority ordering.

The ContextOptimizer computes decayed importance for experiences and assembles context with the priority: insights > high-importance experiences > recent experiences. This ensures agents receive the most relevant, consolidated knowledge.

Structsยง

ContextOptimizer
Optimizes context assembly with temporal decay and insights-first priority.
ContextOptimizerConfig
Configuration for the context optimizer.