Skip to main content

Memory

Configure memory management and context compaction.

Options

OptionTypeDefaultDescription
compact_thresholdfloat0.70Context usage threshold (0.0-1.0) to trigger compaction
retention.high_dependencyint90Percentage of high-dependency task details to retain
retention.failed_tasksint80Percentage of failed task details to retain
retention.retrospectivesint100Percentage of retrospective details to retain

Example

memory:
  compact_threshold: 0.70
  retention.high_dependency: 90
  retention.failed_tasks: 80
  retention.retrospectives: 100