Skip to content

Autopilot ClientTalk to LLMOR autopilot servers from any frontend.

A headless TypeScript client, a Vue + Pinia store, and a drop-in chat bar — all in one package.

Pick your integration depth

┌──────────────────────────────────────────────────────────────────┐
│  AutopilotBar   (drop-in UI, includes everything below)          │
│  ┌────────────────────────────────────────────────────────────┐  │
│  │  Vue + Pinia store  (reactive bridge over the client)      │  │
│  │  ┌──────────────────────────────────────────────────────┐  │  │
│  │  │  AutopilotClient  (headless, framework-agnostic)     │  │  │
│  │  └──────────────────────────────────────────────────────┘  │  │
│  └────────────────────────────────────────────────────────────┘  │
└──────────────────────────────────────────────────────────────────┘

Install

bash
npm install autopilot-client

See Installation for peer-dependency notes when using the Vue or Bar entry points.