Expand description
Compaction scheduling: tiered compaction dispatch, proactive compression, and background goal/subgoal extraction.
The three-tier model:
- Soft โ apply deferred summaries + prune tool outputs (no LLM).
- Hard โ soft tier + LLM full summarization.
- Proactive โ proactively compress before the hard threshold is reached.
Functionsยง
- parse_
subgoal_ extraction_ response - Parse the structured LLM response for subgoal extraction.