0.2.0 (2026-04-11)

Features

  • add lifecycle hooks (pre_run, pre_turn, post_turn, post_run) (#2) (d79577d)

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 :processing so handle_event/2 state mutations are not overwritten by the in-flight task's result (PR #1).