@zuno-ai/shared

v0.2.2

Published

Branded ID types, the `AgentEvent` taxonomy, the `Tool` contract, and the AI-SDK-v6 `data-zuno-*` part registry — shared types that every Zuno package depends on.

Downloads

1,098

Readme

@zuno-ai/shared

Branded ID types, the AgentEvent taxonomy, the Tool contract, and the AI-SDK-v6 data-zuno-* part registry — shared types that every Zuno package depends on.

Use this package directly when: You're building a custom adapter (e.g. a non-postgres Storage, a non-AI-SDK frontend renderer) and need the shared type vocabulary without pulling the full SDK.

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/shared

See ./src for the public API. Types are emitted at publish time to ./dist/index.d.ts.