python_1.1.3

parruda/swarmpython_1.1.3Jul 14, 2026by cornelcroi

AI Summary

Introduces a new storage class that automatically compresses long conversation histories using a user-provided LLM summarizer.

Key Highlights

  • SummarizingChatStorage
  • Automatic compression of long histories
  • 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.