Latest Supply Chain Attack:Mini Shai-Hulud Hits @antv npm Packages, 639 Versions Compromised.Learn More
Socket
Book a DemoSign in
Socket

@jutech-auth/agent-sdk

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@jutech-auth/agent-sdk

Modern embeddable AI agent chat widget with voice support and payment integration

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@my-org/agent-widget

Embeddable AI agent chat widget for any website.

Installation

```bash npm install @my-org/agent-widget ```

Usage

React

```jsx import { AgentWidget } from '@my-org/agent-widget'

function App() { return (

My Website

  <AgentWidget
    apiKey="ak_your_api_key_here"
    agentId="agent_id_here"
    baseUrl="https://your-api-server.com"
    user={{
      id: 'user123',
      name: 'John Doe',
      email: 'john@example.com'
    }}
    primaryColor="#3b82f6"
    title="Customer Support"
    subtitle="How can we help you?"
    position="bottom-right"
  />
</div>

) } ```

HTML/JavaScript

```html

\`\`\`

Props

PropTypeDefaultDescription
`apiKey`stringrequiredAPI key from your project
`agentId`stringrequiredID of the agent to chat with
`baseUrl`string`http://localhost:3001\`Base URL of your API server
`user`objectundefinedUser information (id, name, email)
`theme``'light' | 'dark' | 'auto'``'light'`Widget theme
`position``'bottom-right' | 'bottom-left' | 'top-right' | 'top-left'``'bottom-right'`Widget position
`primaryColor`string`'#3b82f6'`Primary color for the widget
`title`string`'AI Assistant'`Widget title
`subtitle`string`'How can I help you today?'`Widget subtitle
`placeholder`string`'Type your message...'`Input placeholder text
`allowFileUpload`boolean`false`Enable file upload (future feature)
`className`string`''`Additional CSS classes

Features

  • 🚀 Real-time streaming responses
  • 💬 Persistent conversations
  • 🎨 Customizable appearance
  • 📱 Mobile responsive
  • 🔒 Secure API key authentication
  • ⚡ Lightweight and fast
  • 🎯 Easy integration

Development

```bash

Install dependencies

npm install

Start development mode

npm run dev

Build for production

npm run build ```

License

MIT ```

Keywords

ai

FAQs

Package last updated on 25 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts