GeLi2001/memoer
Memory management for LLM Applications
This project helps developers manage and store 'memories' for applications that use large language models (LLMs). It takes in data points or conversations and organizes them into a searchable database, enabling LLM applications to retrieve relevant context. It is designed for developers building LLM-powered tools who need a robust, self-hostable solution for memory management.
No commits in the last 6 months. Available on npm.
Use this if you are developing LLM applications and need a secure, self-hostable platform to store, organize, and retrieve conversational or contextual 'memories' for your models.
Not ideal if you are an end-user simply looking for a personal note-taking app or a simple knowledge base; this is an infrastructure component for application developers.
Stars
12
Forks
1
Language
TypeScript
License
—
Category
Last pushed
Aug 15, 2025
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/GeLi2001/memoer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
agiresearch/A-mem
A-MEM: Agentic Memory for LLM Agents
gschaidergabriel/lcme
Neural-enhanced conversational memory for AI agents — 10 micro-networks, tri-hybrid storage,...
garan0613/ai-memory-gateway
🧠 给AI加长期记忆的轻量网关 / A lightweight gateway that adds long-term memory to any LLM
bolnet/agent-memory
Embedded memory for AI agents. SQLite + pgvector + Neo4j. Sub-5ms retrieval.
Lucenor/mnesis
A Python library that solves context window degradation in long-running LLM agents by moving...