@zuno-ai/ai-sdk-stream
v0.2.2
Published
Pure translator from Zuno `AgentEvent`s to AI SDK v6 UIMessage Stream Protocol chunks. Zero gateway dependency.
Readme
@zuno-ai/ai-sdk-stream
Pure translator from Zuno AgentEvents to AI SDK v6 UIMessage Stream Protocol chunks. Zero gateway dependency.
Use this package directly when: You're building your own stream orchestration on top of Zuno's typed event log (e.g. a domain-specific overlay layer that classifies events and injects custom data-* parts before forwarding to useChat).
For the typical embedded case, consume Zuno through the high-level @zuno-ai/sdk facade — createZuno(config) wires this package in alongside everything else with sensible defaults.
Install
pnpm add @zuno-ai/ai-sdk-streamSee ./src for the public API. Types are emitted at publish time to ./dist/index.d.ts.
