| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-08 | 1.9 kB | |
| v2.2.10 source code.tar.gz | 2025-11-08 | 9.9 MB | |
| v2.2.10 source code.zip | 2025-11-08 | 11.8 MB | |
| Totals: 3 Items | 21.7 MB | 0 | |
Changelog
Improvements:
- Run context in Workflows: The
run_contextparameter is now the recommended way to read and modify state data everywhere in Workflows, including: Agents, Teams, tools, steps and custom Python functions used in steps. You can read more in the Workflow state [docs](https://docs.agno.com/concepts/workflows/workflow_session_state#3. - Event Streaming from custom executors in Workflows: Numerous improvements to how Agent/Team events are handled from within a custom executor step inside a Workflow
- Adds a new
yield_run_outputflag on Agent/Team run/arun functions to be used in favor ofyield_run_response.yield_run_responseto be deprecated
Bug Fixes:
- AgentOS Resync /docs: Fixed issue where the /docs endpoint gets removed after a resync.
What's Changed
- Fix: Removed duplicate addition of the home route by @dirkbrnd in https://github.com/agno-agi/agno/pull/5346
- feat: complete support for run context in workflow steps by @manuhortet in https://github.com/agno-agi/agno/pull/5333
- fix: workflow step event stream by @ysolanky in https://github.com/agno-agi/agno/pull/5341
- fix: workflow upsert for custom executor events by @ysolanky in https://github.com/agno-agi/agno/pull/5351
- fix: wf event streaming by @ysolanky in https://github.com/agno-agi/agno/pull/5353
- fix: AgentOS resync /docs by @dirkbrnd in https://github.com/agno-agi/agno/pull/5354
- fix: run context param by @ysolanky in https://github.com/agno-agi/agno/pull/5357
- chore: release 2.2.10 by @ysolanky in https://github.com/agno-agi/agno/pull/5358
Full Changelog: https://github.com/agno-agi/agno/compare/v2.2.9...v2.2.10