Installation
You can install the memai-sdk
package using your preferred package manager:
Using pnpm?
If you are using pnpm, ensure you have it installed globally: npm install -g pnpm
pnpm:
pnpm add @curiouslycory/memai-sdk
npm:
npm install @curiouslycory/memai-sdk
yarn:
yarn add @curiouslycory/memai-sdk
After installation, you can import the MemClient
and other types in your TypeScript project.