v2.8.4

siddharthvaddem/openscreenv2.8.4Jul 26, 2026by ashpreetbedi

AI Summary

Fixes serialization issues for nested executors and adds a new `TrustedRouter` model class. Revamps entity memory for the second brain.

Key Highlights

  • Fix: Serialize nested executor requirements to prevent crashes.
  • New: `TrustedRouter` as an OpenAILike model class.
  • New: Revamped entity memory for the second brain.
  • Fix: Accept null path arguments in skill scripts and reference tools.

New Features

  • TrustedRouter
  • Revamped entity memory

Full Release Notes

## What's Changed
* fix: serialize nested executor requirements by @pratikm778 in https://github.com/agno-agi/agno/pull/9162
* fix: accept null path args in skill script/reference tools by @alec-drw in https://github.com/agno-agi/agno/pull/9096
* feat: add TrustedRouter as an OpenAILike model class by @jperla in https://github.com/agno-agi/agno/pull/9100
* feat: revamp entity memory for the second brain by @ashpreetbedi in https://github.com/agno-agi/agno/pull/9177
* chore: Release v2.8.4 by @ashpreetbedi in https://github.com/agno-agi/agno/pull/9184

## New Contributors
* @jperla made their first contribution in https://github.com/agno-agi/agno/pull/9100

**Full Changelog**: https://github.com/agno-agi/agno/compare/v2.8.3...v2.8.4