ReMe: An Advanced Memory Management Kit for AI Agents
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
ReMe is an innovative, local-first memory layer designed for AI agents, transforming conversations and resources into file-based long-term memory. It continuously indexes, links, and consolidates this information, enabling advanced recall and supporting the development of self-evolving agents. This kit helps agents remember and refine their experiences effectively.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
ReMe, short for "Remember Me, Refine Me," is a powerful Memory Management Kit for AI Agents. This Python-based, local-first memory layer is designed to transform conversations and resources into file-based long-term memory. With over 3,200 stars and 280 forks on GitHub, ReMe provides a robust solution for agents to continuously index, link, and consolidate information for future recall. Its core philosophy revolves around treating memory as editable Markdown files, fostering a self-evolving knowledge base for intelligent agents.
Installation
ReMe requires Python 3.11 or newer. You can easily install it using pip:
pip install "reme-ai[core]"
For more advanced setups or to install from source, please refer to the official documentation.
Examples
Getting started with ReMe is straightforward. After installing and starting the service, you can quickly write, search, and read memory nodes.
First, start the ReMe service:
reme start
Then, write a memory node:
reme write \
path=digest/wiki/quick-start-demo \
name="Quick Start Demo" \
description="A first ReMe memory node" \
content="# Quick Start Demo\n\nReMe stores agent memory as readable Markdown.\n\nRelated: [[digest/wiki/memory-as-file.md]]"
Search for relevant memory:
reme search query="agent memory markdown" limit=5
And read a specific memory node:
reme read path=digest/wiki/quick-start-demo start_line=1 end_line=20
This demonstrates how ReMe stores agent memory as readable Markdown files, complete with frontmatter and wikilinks.
Why Use ReMe?
ReMe offers several compelling reasons for integration into your AI agent projects:
- Memory as File: It stores memory as Markdown files with frontmatter and wikilinks, making it directly readable and writable by both users and agents.
- Self-evolving Knowledge Base: Features like Auto Memory, Auto Resource, and Auto Dream progressively transform conversations and resources into long-term memories, automatically building wikilink relationships.
- Progressive Hybrid Search: ReMe combines wikilinks, BM25, and embeddings for hybrid retrieval, ensuring comprehensive search capabilities across keyword matching, semantic recall, and relationship expansion.
- Agent-friendly Integration: With SKILL.md and CLI integration, ReMe simplifies how different agents can read, write, maintain, and reuse memory.
- Diverse Use Cases: From powering personal assistants and coding agents to building LLM wikis and supporting self-evolving agents, ReMe provides a versatile memory layer. Its design philosophy emphasizes capturing raw dialogs and resources, then refining them into long-term preferences, reusable experience, and valuable knowledge, all while keeping the result editable by humans and agents.
Links
Explore ReMe further through these official resources:
- GitHub Repository: agentscope-ai/ReMe
- Official Documentation: ReMe Documentation
- PyPI Project: reme-ai on PyPI
Related repositories
Similar repositories that may be relevant next.

Open Code Review: AI-Powered Code Review Tool from Alibaba
September 18, 2026
Open Code Review is an AI-powered command-line interface tool for code review, battle-tested at Alibaba's scale. It leverages a hybrid architecture, combining deterministic engineering with an LLM agent, to provide secure, fast, and efficient code analysis. This tool generates precise, line-level comments and supports a multi-language ruleset, ensuring high-quality code reviews.
Awesome-Self-Evolving-Agents: A Curated List for AI Agent Research
September 14, 2026
Awesome-Self-Evolving-Agents is a comprehensive GitHub repository offering a curated collection of resources on self-evolving agents. It includes a systematic survey, research papers, benchmarks, and open-source projects, providing valuable insights into this rapidly advancing field of AI. This repository serves as an essential guide for researchers and developers exploring model-centric, environment-centric, and co-evolutionary approaches.

open-slide: An AI-Native Slide Framework for React Presentations
September 9, 2026
open-slide is a powerful slide framework built for AI agents, enabling users to create presentations by describing them in natural language. Coding agents then generate the React components, while open-slide handles the canvas, scaling, navigation, and presentation modes. This allows agents to focus entirely on content, streamlining the creation of polished, agent-driven decks.

best-skills: Daily-Updated Rankings for Top Agent Skills
September 8, 2026
The LinklyAI/best-skills repository offers daily-updated rankings of the top 100 agent skills. It aggregates data on installs, growth, and social buzz from various platforms like skills.sh, ClawHub, Tencent SkillHub, GitHub, and X. This open-data project provides a comprehensive, cross-ecosystem view of agent skill performance, making it an invaluable resource for developers and researchers.
Source repository
Open the original repository on GitHub.
25 counted GitHub visits