← All plugins
Server AI Bridge
LLM bridge — streams deltas from edge to canvas.
pnpm add @edv4h/usketch-plugin-server-ai Overview
Server AI Bridge is part of the uSketch first-party plugin set. Install it alongside your uSketch app and it self-registers on startup.
Usage
import { createApp } from "@edv4h/usketch-core";
import { ServerAiPlugin } from "@edv4h/usketch-plugin-server-ai";
const app = createApp({
plugins: [
ServerAiPlugin,
],
});