Two API calls. Any model. Persistent.
Give your agents the context they deserve.
Two lines of code. That's all it takes to give your agents persistent memory.
pip install truvem
from truvem import Truvem
client = Truvem(api_key="your_key")
# Store a memory
client.remember("agent-1", "User prefers dark mode")
# Recall memories
memories = client.recall("agent-1")
Three simple steps to persistent AI memory
One command to install. Works with Python, Node.js, and more coming soon.
Store any context your agent needs. User preferences, past conversations, learned facts.
Retrieve relevant memories in <100ms. Your agents finally remember.
Truvem is model-agnostic. Use it with any LLM.
Start free. Scale when you're ready.
Paid plans coming soon with enhanced features
Start building with persistent memory in seconds