skeino 1.0.1
Fixed
- Token-by-token
valuesstreaming now works for real langgraph-sdk clients. Two fixes: (1) the incremental accumulator engages whenvaluesis among the requested stream modes (SDK clients send["values", "messages-tuple", "custom"]), instead of only on an exact== ["values"]match that never fired — and it now forwardscustom(UI) events so generative-UI consumers don't regress; (2) output-schema value filtering introspects TypedDict output schemas (the commonStateGraph(State, output=OutputState)pattern) via__annotations__instead of failing closed and stripping every field — previously it droppedmessagesfrom every streamed event, so clients only saw the message after the post-run state fetch. Genuinely opaque schemas still fail closed. (#42)
Full Changelog: v1.0.0...v1.0.1