Skip to content

SDK

@signet/sdk is the typed HTTP client for the Signet daemon. It has no SQLite dependency and exports four public entry points:

Import Surface
@signet/sdk SignetClient, errors, and public types
@signet/sdk/react React provider and memory hooks
@signet/sdk/ai-sdk Vercel AI SDK adapters
@signet/sdk/openai OpenAI function-tool adapters
Terminal window
bun add @signet/sdk
# or
npm install @signet/sdk