@ascending-inc/jarvis-embed
v0.1.6
Published
Official SDK for embedding the Jarvis AI Assistant in any web application
Downloads
178
Readme
Jarvis Embed SDK
Embed the Jarvis AI Assistant in any web application. Works with bundlers and script tags.
Quick Start
npm install @ascending-inc/jarvis-embedBrowser (no bundler)
<script src="https://ascending-llc.github.io/jarvis-embed/latest/jarvis-embed.js"></script>
<script>
const { JarvisEmbed } = window.JarvisSDK;
const jarvis = new JarvisEmbed({ provider: 'google', token: googleIdToken, containerId: 'chat-container' });
</script>Documentation
For more info on options, authentication, MCP discovery, and examples see the full documentation: https://ascending-llc.github.io/jarvis-embed/jarvis-embed/
