← All plugins

AI Agent

AI @edv4h/usketch-plugin-ai-agent

Autonomous agent that plans and edits the board.

pnpm add @edv4h/usketch-plugin-ai-agent

Overview

AI Agent 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 { AiAgentPlugin } from "@edv4h/usketch-plugin-ai-agent";

const app = createApp({
  plugins: [
    AiAgentPlugin,
  ],
});

Links