python_1.1.3
openclaw/waclipython_1.1.3Jul 14, 2026by cornelcroi
AI Summary
Adds a new storage wrapper that automatically compresses long conversation histories using a user-supplied LLM summarizer to optimize storage.
Key Highlights
- New `SummarizingChatStorage` class for automatic compression.
- Uses lazy buffer activation for efficiency.
- Implements eager save-time compression.
- Preserves raw messages in the inner store.
New Features
- SummarizingChatStorage
Full Release Notes
## What's new - Added `SummarizingChatStorage`: wraps any `ChatStorage` and automatically compresses long conversation histories via a user-supplied LLM summarizer. Uses lazy buffer activation and eager save-time compression — raw messages are always preserved in the inner store.