Agno v2.3.8 adds model-level retry control via retries=n on the model object for provider rate-limit resilience.
$ git clone --branch v2.3.8 https://github.com/agno-agi/agno.git # already have the repo? check out this version: $ git checkout v2.3.8
- ›Adds
retries=nparameter at the model execution layer so rate-limit errors from model providers trigger retries directly on the model, independently of agent-level retries which continue to handle broader agent execution loop exceptions.
- !
MemoriToolshas been removed; integrations using it must migrate to the updated Memori framework approach.