UNPKG

remix-nlux

Version:

Remix IDE NLUX integration. Remix IDE is the leading IDE for building and deploying smart contracts on Ethereum. NLUX is a JavaScript and React library for building conversational AI experiences.

24 lines (20 loc) 452 B
export type { ContextAdapter, ContextAdapterBuilder, ChatAdapter, StandardChatAdapter, StreamingAdapterObserver, DataTransferMode, ChatAdapterBuilder, ChatAdapterOptions, } from '@nlux/nlbridge'; export { createChatAdapter, createContextAdapter, } from '@nlux/nlbridge'; export { useChatAdapter, } from './hooks/useChatAdapter'; export type { ReactChatAdapterOptions, } from './hooks/useChatAdapter';