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ยง
- Context
Optimizer - Optimizes context assembly with temporal decay and insights-first priority.
- Context
Optimizer Config - Configuration for the context optimizer.