Last release 13 days ago
14 Aug 2026
Ships fairly regularly
a new release about every 1 weeks
Most releases are documented
notes for 5 of 7 stable releases
Nothing withdrawn
no release was ever pulled
11 months old
259 releases Β· first in 2025
Release timeline
259 releases since 2025Releases
- v0.5.1-0.20260814071636-34010f67255714 Aug 2026pre-release
Nothing published for this version
- v0.5.1-0.20260806105001-6244429ddcae6 Aug 2026pre-release
Nothing published for this version
- v0.5.1-0.20260806102502-353dcd0431e06 Aug 2026pre-release
Nothing published for this version
- v0.5.1-0.20260806093329-05ce6365c1546 Aug 2026pre-release
Nothing published for this version
- v0.5.1-0.20260806055823-ebec696f33786 Aug 2026pre-release
Nothing published for this version
- v0.5.1-0.20260805071426-e041c0ac07a05 Aug 2026pre-release
Nothing published for this version
- v0.5.1-0.20260803085154-444bd7fc75883 Aug 2026pre-release
Nothing published for this version
- v0.5.1-0.20260730085547-00ab9e949a2530 Jul 2026pre-release
Nothing published for this version
- v0.5.1-0.20260727040318-15673d54b52d27 Jul 2026pre-release
Nothing published for this version
- v0.5.1-0.20260725175631-3d37ccc9d17d25 Jul 2026pre-release
Nothing published for this version
- v0.5.1-0.20260723075836-7c1d2817a9b723 Jul 2026pre-release
Nothing published for this version
- v0.5.1-0.20260722084109-58f37e18101d22 Jul 2026pre-release
Nothing published for this version
- v0.5.1-0.20260722083043-37b814be2d6322 Jul 2026pre-release
Nothing published for this version
- v0.5.1-0.20260715101200-72b56b82774715 Jul 2026pre-release
Nothing published for this version
- v0.5.1-0.20260710060315-6bac67b1d93710 Jul 2026pre-release
Nothing published for this version
- v0.5.1-0.20260708112710-d584b7597ff08 Jul 2026pre-release
Nothing published for this version
- v0.5.1-0.20260708111413-24c6baba51268 Jul 2026pre-release
Nothing published for this version
- v0.5.1-0.20260708104804-794bc8f22e758 Jul 2026pre-release
Nothing published for this version
- v0.5.1-0.20260708091115-2a54304840b98 Jul 2026pre-release
Nothing published for this version
- v0.5.1-0.20260708070729-595f98a5dd118 Jul 2026pre-release
Nothing published for this version
- v0.5.1-0.20260707135927-0588c09fd2567 Jul 2026pre-release
Nothing published for this version
- v0.5.1-0.20260707105844-81b0c3792ee67 Jul 2026pre-release
Nothing published for this version
- v0.5.1-0.20260707103300-0319f2a1b4e07 Jul 2026pre-release
Nothing published for this version
- v0.5.1-0.20260707073148-a54be796e8337 Jul 2026pre-release
Nothing published for this version
- v0.5.1-0.20260629115249-3308113bfe9529 Jun 2026pre-release
Nothing published for this version
- v0.5.1-0.20260626093052-9e0f2bfc118226 Jun 2026pre-release
Nothing published for this version
- v0.5.1-0.20260623090142-f46f3d2cf57c23 Jun 2026pre-release
Nothing published for this version
- v0.5.1-0.20260623060404-1919882dd9a823 Jun 2026pre-release
Nothing published for this version
- v0.5.1-0.20260615051951-5713dbf79c6615 Jun 2026pre-release
Nothing published for this version
- v0.5.1-0.20260518135614-3fb13076767618 May 2026pre-release
Nothing published for this version
- v0.5.1-0.20260507060442-b78fec59029d7 May 2026pre-release
Nothing published for this version
- v0.5.1-0.20260404041653-f9ad0c47f1394 Apr 2026pre-release
Nothing published for this version
- v0.5.01 Apr 2026
Release notes
Open source βπ Release v0.5.0
This release introduces context management and loop tool support, enhances metadata handling and cache control, and includes various optimizations and fixes.
What's Changed
-
Features:
- Add recipe feat by @longXboy in #203
- Add context control option and stateless mode by @tonybase in #223
- Add loop execution mode support to recipe by @tonybase in #221
- Enhance metadata handling with nested structures and sliding window management by @daemon365 in #212
- Add loop escalation and exit tool support by @tonybase in #218
- Add context management by @tonybase in #208
-
Fixes:
-
Refactors:
-
Other Updates:
New Contributors
- @carmel made their first contribution in #204
- @daemon365 made their first contribution in #212
Full Changelog: v0.4.0...v0.5.0
-
- v0.4.1-0.20260401133833-bc8158be723d1 Apr 2026pre-release
Nothing published for this version
- v0.4.1-0.20260325113233-2e0d53fedcd525 Mar 2026pre-release
Nothing published for this version
- v0.4.1-0.20260319095056-c82af02bf82819 Mar 2026pre-release
Nothing published for this version
- v0.4.1-0.20260317092305-e89dae609ff117 Mar 2026pre-release
Nothing published for this version
- v0.4.1-0.20260317063856-994c50be79ba17 Mar 2026pre-release
Nothing published for this version
- v0.4.1-0.20260313132904-1c19aae7e2ea13 Mar 2026pre-release
Nothing published for this version
- v0.4.1-0.20260310115102-d87d0212ee5710 Mar 2026pre-release
Nothing published for this version
- v0.4.1-0.20260305095333-efb8e7240a285 Mar 2026pre-release
Nothing published for this version
- v0.4.1-0.20260303111354-6d2fc75507233 Mar 2026pre-release
Nothing published for this version
- v0.4.028 Feb 2026
Release notes
Open source βπ 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
π Documentation
π New Contributors
π¦ Full Changelog
- feat(flow): allow adding middlewares as an option to
- v0.3.2-0.20260228134117-5398d5c94f9528 Feb 2026pre-release
Nothing published for this version
- v0.3.2-0.20260227084107-091580a93d8627 Feb 2026pre-release
Nothing published for this version
- v0.3.2-0.20260116032907-28722bfcb62a16 Jan 2026pre-release
Nothing published for this version
- v0.3.12 Dec 2025
Release notes
Open source βWhat's Changed
- trying to marshal unsupported type func() *github.com/google/jsonsc⦠by @TomYang1024 in #179
- r.Evaluate undefined (type evaluate.Evaluator has no field or method by @TomYang1024 in #178
- fix token usage zero issue for streaming mode of openai model by @jayn1985 in #180
- feat(example): add image-to-text example and update message parts API by @tonybase in #181
- add ckpt feature for graph by @longXboy in #167
- refactor(runner): ensure message author is set and improve history handling by @tonybase in #183
- fix(runner): optimize message handling and state management by @tonybase in #184
- refactor(evaluator): rename package from evaluate to evaluator by @tonybase in #185
New Contributors
- @TomYang1024 made their first contribution in #179
- @jayn1985 made their first contribution in #180
Full Changelog: v0.3.0...v0.3.1
- v0.3.1-0.20260814071636-34010f67255714 Aug 2026pre-release
Nothing published for this version
- v0.3.1-0.20260806055823-ebec696f33786 Aug 2026pre-release
Nothing published for this version
- v0.3.1-0.20260805071426-e041c0ac07a05 Aug 2026pre-release
Nothing published for this version
- v0.3.1-0.20260803085154-444bd7fc75883 Aug 2026pre-release
Nothing published for this version
- v0.3.1-0.20260730085547-00ab9e949a2530 Jul 2026pre-release
Nothing published for this version
- v0.3.1-0.20260727040318-15673d54b52d27 Jul 2026pre-release
Nothing published for this version
- v0.3.1-0.20260725175631-3d37ccc9d17d25 Jul 2026pre-release
Nothing published for this version
- v0.3.1-0.20260723075836-7c1d2817a9b723 Jul 2026pre-release
Nothing published for this version
- v0.3.1-0.20260722084109-58f37e18101d22 Jul 2026pre-release
Nothing published for this version
- v0.3.1-0.20260722083043-37b814be2d6322 Jul 2026pre-release
Nothing published for this version
- v0.3.1-0.20260715101200-72b56b82774715 Jul 2026pre-release
Nothing published for this version
- v0.3.1-0.20260710060315-6bac67b1d93710 Jul 2026pre-release
Nothing published for this version
- v0.3.1-0.20260708112710-d584b7597ff08 Jul 2026pre-release
Nothing published for this version