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.

19 lines (18 loc) 477 B
{ "name": "@nlux/langchain", "version": "{versions.nlux}", "license": "MPL-2.0", "description": "The LangChain adapters for nlux, the javascript library for building conversational AI interfaces.", "repository": { "directory": "packages/js/langchain" }, "dependencies": { "@nlux/core": "{versions.nlux}" }, "peerDependencies": { }, "main": "index.js", "types": "langchain.d.ts", "module": "esm/langchain.js", "browser": "umd/langchain.js" }