# Load agents even when one component fails

> Loading agents and teams from the database now isolates each component, so a single bad component gets skipped instead of dropping the whole set.

- Published: 2026-06-17
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/load-agents-even-when-one-component-fails
- Markdown: https://agno-com-nine.vercel.app/articles/load-agents-even-when-one-component-fails.md

Loading agents and teams from the database now isolates each component, so a single bad component gets skipped instead of dropping the whole set. Along with it, the model provider now round-trips correctly through deserialization, `TuningEngines` is registered, and the model catalog is deduplicated by model class. Together these mean a malformed or unrecognized piece no longer takes your other agents down with it, and the catalog stays clean.

Learn more about [Agno Components](https://docs.agno.com/examples/components/overview) in the docs.
