Skip to content

v0.2.12

Choose a tag to compare

@bradleygolden bradleygolden released this 07 Feb 16:53
· 36 commits to main since this release

What's New

Added

  • Puck.LiveView — stream LLM responses into Phoenix LiveView with PubSub, cancellation, and timeout
  • start_stream/2 function variant for multi-turn loops and structured output orchestration
  • Puck.LiveView.Handler behaviour for pluggable persistence in the stream process
  • LiveView telemetry events for stream lifecycle monitoring

Fixed

  • Puck.Test no longer causes flaky failures in async tests (NimbleOwnership process is now unlinked from the starting test process)

See full changelog: https://github.com/bradleygolden/puck/blob/main/CHANGELOG.md