# from source
git clone https://github.com/memodb-io/memory-benchmark.git
cd memory-benchmark
pip install -e .
# install from pypi
pip install memory-benchmark
from memory_benchmark import CONFIG
CONFIG.llm_api_key = "YOUR OPENAI KEY"
import asyncio
from memory_benchmark import run_memory_benchmark
asyncio.run(run_memory_benchmark())
TODO
- LOCOMO (default)
- Long-context LLM (default)
- Memobase
- AgenticMemory
- Mem0
- MemGPT
- Zep