Skip to content

v0.4.0

Choose a tag to compare

@shenqidebaozi shenqidebaozi released this 02 Mar 02:41
· 22 commits to main since this release
5398d5c

πŸŽ‰ 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 DeepAgent and RoutingAgent (#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

πŸ“š Documentation

  • docs: update AGENTS.md with restructured project layout and guidelines (#190) β€” thanks @tonybase

πŸ™Œ New Contributors


πŸ“¦ Full Changelog

v0.3.1...v0.4.0