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. - 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 #5346
- feat: complete support for run context in workflow steps by @manuhortet in #5333
- fix: workflow step event stream by @ysolanky in #5341
- fix: workflow upsert for custom executor events by @ysolanky in #5351
- fix: wf event streaming by @ysolanky in #5353
- fix: AgentOS resync /docs by @dirkbrnd in #5354
- fix: run context param by @ysolanky in #5357
- chore: release 2.2.10 by @ysolanky in #5358
Full Changelog: v2.2.9...v2.2.10