Download Latest Version v2.3.8 source code.tar.gz (18.2 MB)
Email in envelope

Get an email when there's a new version of Phidata

Home / v2.3.8
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-12-05 2.0 kB
v2.3.8 source code.tar.gz 2025-12-05 18.2 MB
v2.3.8 source code.zip 2025-12-05 20.1 MB
Totals: 3 Items   38.3 MB 0

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: https://github.com/agno-agi/agno/compare/v2.3.7...v2.3.8

Source: README.md, updated 2025-12-05