Skip to content
Changelog

Stop re-instantiated toolkits from piling up in the registry

Agno Team

June 17, 20261 min read

The registry now deduplicates toolkits by their type, name, and function set, so a toolkit that gets re-instantiated collapses onto the existing entry instead of adding a duplicate. Your registry reflects the tools you actually have rather than accumulating repeats as components are rebuilt.

View the Registry docs for more.

Shipped around the same time