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:
Configure your environment variables in the Environment Configuration guide
Set up your project with
minded.json
in the Project Configuration guideBuild your first agent with the Quick Start guide!
Last updated