agentscope-ai/reme

ReMe: Memory Management Kit for Agents - Remember Me, Refine Me.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 44 minutes ago
Added to GitGenius on September 19th, 2026
Created on August 29th, 2024
Open Issues & Pull Requests: 30 (+0)
GitHub issues: Enabled
Number of forks: 301
Total Stargazers: 3,493 (+0)
Total Subscribers: 19 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 20
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 55 days
Stale 30+ days: 15
Stale 90+ days: 0

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (16)
  • help wanted (4)
  • bug (3)
  • documentation (1)

Detailed Description

ReMe is a memory management kit for AI agents that stores knowledge as a local-first, self-evolving personal knowledge base.

ReMe addresses the challenge of agents maintaining persistent, organized, and retrievable knowledge across conversations and sessions. It converts conversations and resources into structured Markdown files with frontmatter and wikilinks, treating memory as both readable files and queryable data. The approach combines BM25 search with optional embeddings and wikilink expansion to retrieve relevant passages at line-level granularity without requiring the entire knowledge base to be loaded into agent context. This design allows agents to progressively refine facts, preferences, procedures, and relationships over time while preserving source attribution.

The tool suits projects where multiple agents need to share a common knowledge workspace or where users want to maintain control over their agent's memory as ordinary files they can inspect, edit, and back up with standard tools. ReMe integrates with agent runtimes including QwenPaw and DeepSeek Harness through native integrations, SKILL.md, CLI, HTTP, MCP, or Python APIs. It distinguishes itself by storing memory durably as Markdown rather than in proprietary formats, allowing indexes and metadata to be rebuilt if needed, and by supporting both agent-driven knowledge evolution and direct user editing of the same workspace.

The project shows consistent development activity with regular commits and maintains documentation alongside the codebase. The tool requires Python 3.11 or later and is distributed through standard package management channels.