Installation
Last updated
Get MindedJS up and running in your project.
Node.js 18 or later
npm, yarn, or pnpm
npm i @minded-ai/mindedjs langchainyarn add @minded-ai/mindedjs langchainpnpm add @minded-ai/mindedjs langchainNow that MindedJS is installed:
Configure your environment variables in the Environment Configuration guide
Set up your project with minded.json in the Project Configuration guide
Build your first agent with the Quick Start guide!
Last updated