Skip to main content

Module compaction_worker

Module compaction_worker 

Source
Expand description

Background compaction worker with basic quota controls.

This keeps LLM compaction off the foreground turn path by running compaction on a dedicated thread and applying results on subsequent turns.

Structsยง

CompactionQuota
Quota controls that bound background compaction resource usage.