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.

21 lines (18 loc) 399 B
export type { ChatAdapter, StandardChatAdapter, DataTransferMode, ChatAdapterOptions, ChatAdapterBuilder, LangServeConfig, LangServeHeaders, LangServeConfigItem, LangServeEndpointType, StreamingAdapterObserver, } from '@nlux/langchain'; export { createChatAdapter, } from '@nlux/langchain'; export { useChatAdapter, } from './hooks/useChatAdapter';