@gtm-planetary/orbit
v0.4.5
Published
Orbit — plug-and-play harness that lets an ElevenLabs Conversational AI agent navigate your site or app (change pages, highlight elements, fill forms, capture leads) while the live conversation keeps running. Framework-agnostic, zero runtime dependencies.
Maintainers
Readme
@gtm-planetary/orbit — core
The shared Orbit bridge: client tools (navigate_to_page, highlight_element,
show_tip, clear_highlights), form/lead tools, target-key security model,
consent gates, soft-navigation adapters, and the script-tag loader
(dist/orbit.min.js / dist/orbit.esm.js).
Both Orbit products are built on this package:
- Orbit for Product (SPA / React / SaaS) —
packages/productin the Orbit_Navigator repo. - Orbit for Websites (WordPress / multi-page, companion-window persistence)
—
packages/wordpressin the same repo.
Full documentation, security model, agent setup, and server token-endpoint kits
live at the repo root: README,
docs/,
server/.
npm i @gtm-planetary/orbitimport { createOrbit, applyContinuity } from '@gtm-planetary/orbit';
import { formTools } from '@gtm-planetary/orbit/forms';MIT © GTM Planetary LLC.
