0.2.0 (2026-04-11)
Features
Bug Fixes
- defer notify events during :processing to preserve state mutations (b7b647d)
- defer notify events during :processing to preserve state mutations (07d1d90)
0.1.0 (2026-04-10)
- Initial release.
- GenAgent behaviour and supervision framework for long-running LLM agent processes modeled as OTP state machines.
- Fix: defer notify events that arrive during
:processingsohandle_event/2state mutations are not overwritten by the in-flight task's result (PR #1).