Installation

Get MindedJS up and running in your project.

Requirements

  • Node.js 18 or later

  • npm, yarn, or pnpm

Install MindedJS

npm i @minded-ai/mindedjs langchain

Next Steps

Now that MindedJS is installed:

  1. Configure your environment variables in the Environment Configuration guide

  2. Set up your project with minded.json in the Project Configuration guide

  3. Build your first agent with the Quick Start guide!

Last updated