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.
10 lines (9 loc) • 327 B
text/typescript
export type {
ChatAdapter,
StandardChatAdapter,
StreamingAdapterObserver,
DataTransferMode,
} from '@nlux/core';
export type {ChatAdapterOptions} from './bedrock/types/chatAdapterOptions';
export type {ChatAdapterBuilder} from './bedrock/builder/builder';
export {createChatAdapter} from './createChatAdapter';