python_1.1.3

agno-agi/agnopython_1.1.3Jul 14, 2026by cornelcroi

AI Summary

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

Key Highlights

  • Added SummarizingChatStorage
  • Wraps any ChatStorage
  • Automatic compression of long histories
  • Lazy buffer activation and 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.