Installation
Install the Memorystack SDK for your preferred programming language.
Node.js / TypeScript
npm
npm install @memory-os/sdkyarn
yarn add @memory-os/sdkpnpm
pnpm add @memory-os/sdkTypeScript Support
The SDK includes full TypeScript definitions out of the box.
Python
pip
pip install memory-ospoetry
poetry add memory-osType Hints Included
Full type hints for better IDE support and type checking.
Requirements
Node.js
- • Node.js 16.x or higher
- • TypeScript 4.5+ (optional)
Python
- • Python 3.8 or higher
- • pip or poetry
Next Steps
After installation, check out:
- • Quick Start Guide - Get up and running in 5 minutes
- • Authentication - Set up your API keys
- • SDK Documentation - Explore SDK features
