python_1.1.3

2FastLabs/agent-squadpython_1.1.3Jul 14, 2026by cornelcroi

AI Summary

This update adds a safety integration tool that filters unsafe content using the Dakera AI API across multiple programming languages to prevent harmful content from reaching agents.

Key Highlights

  • Added DakeraRetriever for content filtering.
  • Integrates with the Dakera AI safety API.
  • Filters unsafe content before it reaches agents.

New Features

  • DakeraRetriever

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.