github agno-agi/agno v2.3.8

15 hours ago

Changelog

New Features:

  • Model-Level Retries: Improved retry logic added to the model execution layer. That means setting retries=n on your model, would retry directly at the model execution layer, which is useful for dealing with ratelimits imposed by the model provider. Agent-level retries still exist and now apply to any exceptions raised in the agent execution loop. See the docs.

Improvements:

  • Propagate context variables to parallel workflow step threads: Fixed context variable propagation to child threads in parallel workflow execution. Without this fix, contextvars (used by tracing/instrumentation libraries like OpenTelemetry) are not propagated when steps run in parallel using ThreadPoolExecutor.

Bug Fixes:

  • Knowledge Retriever Update: Fix incorrectly passing dependencies instead of run_context on aget_relevant_docs_from_knowledge

Removals

  • MemoriTools has been removed by the Memori team, since it is now obsolete given how the Memori framework will work going forward. See the new docs.

What's Changed

New Contributors

Full Changelog: v2.3.7...v2.3.8

Don't miss a new agno release

NewReleases is sending notifications on new releases.