Skip to main content

Module scheduling

Module scheduling 

Source
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.