Skip to content

MemoriLabs/memori-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memori Labs

Official Cookbook for the Memori Python SDK

Practical examples and tutorials for adding persistent memory to your AI applications.

License Python 3.10+ Discord

Star the Cookbook


What is Memori?

Memori is a Python SDK that adds persistent memory to any LLM application. With just a few lines of code, your AI can remember conversations, user preferences, and context across sessions.

from openai import OpenAI
from memori import Memori

client = OpenAI(...)
mem = Memori().openai.register(client)

For full SDK documentation, visit the Memori SDK Repository.


Quick Start

Installation

# Install uv (if you haven't already)
curl -LsSf https://astral.sh/uv/install.sh | sh

# Clone the cookbook
git clone https://github.com/MemoriLabs/memori-cookbook.git
cd memori-cookbook

# Install dependencies
uv sync

Development

Setup

# Install development dependencies
uv sync --extra dev

# Install pre-commit hooks
uv run pre-commit install

Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.


Resources


Support


License

Apache 2.0 - See LICENSE for details.


Star us on GitHub to support the project

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors