🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@sisense/sdk-assistant

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sisense/sdk-assistant

React component library for AI-powered assistants in Sisense Compose SDK, providing chat interfaces and tools for analytics, chart building, and dashboard creation.

latest
Source
npmnpm
Version
0.3.3
Version published
Weekly downloads
21
16.67%
Maintainers
3
Weekly downloads
 
Created
Source

@sisense/sdk-assistant

React component library for AI-powered assistants in Sisense Compose SDK, providing chat interfaces and tools for analytics, chart building, and dashboard creation.

Overview

This library provides React components and tools for building AI-powered assistant experiences in Sisense applications. It includes:

  • Assistants (src/assistants/) - Main assistant components (StudioAssistant, AnalyticsAssistant)
  • Components (src/components/) - UI components for chat interfaces, tool calls, and assistant features
  • Tools (src/lib/tools/) - Tool implementations for chart building, dashboard creation, and data operations
  • Services (src/lib/services/) - API clients for Sisense backend services
  • Stores (src/stores/) - State management for conversations, canvas, and assistant state

Architecture

src/
  assistants/       # Main assistant components
  components/       # UI components (chat, tools, canvas)
  lib/
    tools/          # Tool implementations
    services/       # API clients
  stores/           # State management

Development

# Build the library
pnpm build

# Run tests
pnpm test

FAQs

Package last updated on 14 Jul 2026

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