v0.4.0
π Release v0.4.0
This release introduces middleware support for agents and skill injection capabilities, along with several important bug fixes and improvements.
π What's Changed
β¨ Features
- feat(flow): allow adding middlewares as an option to
DeepAgentandRoutingAgent(#188) β thanks @yuchanns - feat(skills): add skill injection support for agents (#192) β thanks @tonybase
- feat(example): add Claude weather example (#194) β thanks @tonybase
π Bug Fixes
- fix(contrib): correct assistant role mapping and improve error handling (#191) β thanks @tonybase
- fix(contrib): repair Anthropic tool call flow (#193) β thanks @tonybase
- fix(agent): ensure final response validation and add streaming tests (#195) β thanks @tonybase
- fix(skills): support binary skill assets (#202) β thanks @tonybase