01Sliding window: Keeping only the most recent N messages.
02Progressive summarization: Summarizing older turns into compressed context.
03Priority weighting: Preserving high-importance messages regardless of age.
04Context pruning: Removing redundant or low-value conversation turns.
05Memory extraction: Storing key facts separately from conversation history.