Skip to content

v0.6.1

Choose a tag to compare

@yasik yasik released this 16 Apr 19:08
· 143 commits to main since this release

v0.6.1

Summary

AgentLane 0.6.1 is a patch release with one end-to-end harness demo and one runtime fix. It adds a richer streamed clinical inbox copilot example and fixes runtime handler validation so string payload annotations resolve correctly.

Added

  • Added a new clinical_inbox_copilot harness demo that combines DefaultAgent.run_stream(...), tool calls, runtime fan-out to parallel specialist agents, and a live dashboard-style clinician workflow (7de1afc)

Changed

  • Updated the harness examples index and the clinical demo README so the new end-to-end workflow is easier to discover and run (7de1afc, 68f470e)

Fixed

  • Fixed runtime @on_message payload validation so handlers using string annotations are resolved correctly at registration time (7de1afc)