# Stop re-instantiated toolkits from piling up in the registry

> 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.

- Published: 2026-06-17
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/stop-re-instantiated-toolkits-from-piling-up-in-the-registry
- Markdown: https://agno-com-nine.vercel.app/articles/stop-re-instantiated-toolkits-from-piling-up-in-the-registry.md

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](https://docs.agno.com/agent-os/studio/registry) for more.
