
ReMe
ReMe: Memory Management Kit for Agents - Remember Me, Refine Me.
The Lens
ReMe gives AI agents memory that survives past a single session. Agents forget everything when the context window fills up or a new conversation starts, and ReMe fixes that by storing what matters and feeding it back later. It's free and open source under Apache-2.0.
It offers two flavors. The light version keeps memory as plain markdown files organized by date, compresses long conversations into summaries, and trims verbose tool output, no infrastructure required. The vector version uses embeddings to store user preferences, task patterns, and tool experience, then retrieves them by meaning. You wire either into your agent's reasoning loop.
The catch: memory for agents is a crowded, unsettled space, and ReMe is one approach among several (mem0 and others compete here). The markdown mode is easy to start with; the vector mode adds an embedding model and a store to run and maintain. Good to try if you're building agents that need to remember. Don't expect a finished standard yet.
Free vs Self-Hosted vs Paid
fully freeFree: Apache-2.0, free, pip install. No paid tier.
Self-hosted: The markdown mode needs nothing extra. The vector mode requires an embedding model and a vector store you run and maintain.
Paid: No paid version. Any cost is the embedding/inference you supply.
Free and open source. The vector mode adds an embedding model and store to run.
Get tools like this every Wednesday
One featured tool, three on the radar. No fluff.
License: Apache License 2.0
Use freely. Patent grant included.
Commercial use: ✓ Yes
About
- Owner
- AgentScope-AI (Organization)
- Stars
- 3,159
- Forks
- 267
Explore Further
More tools in the directory
everything-claude-code
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
226.7k ★hermes-agent
The agent that grows with you
210.5k ★dify
Production-ready platform for agentic workflow development.
148.0k ★