roli-lpci/zer0dex
Dual-layer memory for AI agents. Compressed index + vector store. 91% recall, 70ms, fully local.
This helps AI agents remember conversations and learned facts across different sessions. It takes your existing notes, logs, and conversations, processes them, and provides relevant information to your agent automatically. AI developers and researchers building persistent conversational agents or automated workflows would use this.
Use this if you need your AI agents to maintain detailed, accurate, and easily retrievable long-term memory for complex interactions and cross-domain understanding.
Not ideal if your AI agent's memory needs are simple and short-term, or if you prefer manual memory management rather than automatic injection.
Stars
14
Forks
1
Language
Python
License
—
Category
Last pushed
Mar 12, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/roli-lpci/zer0dex"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
topoteretes/cognee
Knowledge Engine for AI Agent Memory in 6 lines of code
CaviraOSS/OpenMemory
Local persistent memory store for LLM applications including claude desktop, github copilot,...
verygoodplugins/automem
AutoMem is a graph-vector memory service that gives AI assistants durable, relational memory:
CortexReach/memory-lancedb-pro
Enhanced LanceDB memory plugin for OpenClaw — Hybrid Retrieval (Vector + BM25), Cross-Encoder...
divagr18/memlayer
Plug-and-play memory for LLMs in 3 lines of code. Add persistent, intelligent, human-like memory...