Skip to content
Changelog

Load agents even when one component fails

Agno Team

June 17, 20261 min read

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 in the docs.

Shipped around the same time