Skip to content

Python 1.1.3

Choose a tag to compare

@cornelcroi cornelcroi released this 14 Jul 10:30

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.