v0.6.1
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_copilotharness demo that combinesDefaultAgent.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_messagepayload validation so handlers using string annotations are resolved correctly at registration time (7de1afc)