| Name | Modified | Size | Downloads / 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=non 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 usingThreadPoolExecutor.
Bug Fixes:
- Knowledge Retriever Update: Fix incorrectly passing
dependenciesinstead ofrun_contextonaget_relevant_docs_from_knowledge
Removals
MemoriToolshas 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
- [feat] update memorisdk to v3.0.5 by @Boburmirzo in https://github.com/agno-agi/agno/pull/5607
- fix: Pass dependencies to custom knowledge retrievers by @willemcdejongh in https://github.com/agno-agi/agno/pull/5621
- chore: tracing debug logs cleanup by @kausmeows in https://github.com/agno-agi/agno/pull/5624
- feat: Add model level retries by @dirkbrnd in https://github.com/agno-agi/agno/pull/5596
- fix: propagate context variables to parallel workflow step threads by @RogerHYang in https://github.com/agno-agi/agno/pull/5579
- chore: Release 2.3.8 by @dirkbrnd in https://github.com/agno-agi/agno/pull/5625
New Contributors
- @RogerHYang made their first contribution in https://github.com/agno-agi/agno/pull/5579
Full Changelog: https://github.com/agno-agi/agno/compare/v2.3.7...v2.3.8