store_compaction_summary
Store session compaction summary in memory buffer to preserve key points, active tasks, and recent breakthroughs. Automatically maintains last 3 summaries for retrieval.
Instructions
Store a compaction summary in the rolling memory buffer.
This is AUTOMATICALLY called when context compaction occurs.
Keeps last 3 summaries in FIFO buffer (oldest deleted when 4th added).
After compaction, use get_compaction_context to retrieve.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary_text | Yes | The full compaction summary text | |
| session_id | Yes | Current session ID | |
| key_points | No | List of key points from this session segment | |
| active_tasks | No | Currently active tasks | |
| recent_breakthroughs | No | Recent breakthroughs to remember |