typescript_1.1.4
parruda/swarmtypescript_1.1.4Jul 14, 2026by cornelcroi
AI Summary
Introduces SummarizingChatStorage, a component that wraps any ChatStorage to automatically compress long conversation histories using an LLM summarizer.
Key Highlights
- Added SummarizingChatStorage for automatic compression
- Uses lazy buffer activation and eager save-time compression
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.