memU
by
NevaMind-AI

Description: Personal memory for agents - fast memory retrieval, self-evolving skills, and lower cost.

View on GitHub ↗

Summary Information

Updated 2 hours ago
Added to GitGenius on January 14th, 2026
Created on July 29th, 2025
Open Issues & Pull Requests: 85 (-15)
Number of forks: 1,039
Total Stargazers: 14,007 (+0)
Total Subscribers: 65 (+0)

Issue Activity (beta)

Open issues: 66
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 77 days
Stale 30+ days: 63
Stale 90+ days: 51

Recent activity

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

Top labels

  • bug (31)
  • enhancement (30)
  • #2026NewYearChallenge (23)
  • hacktoberfest (10)
  • documentation (9)
  • good first issue (9)
  • hacktoberfest-accepted (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 10.2 days
90th percentile: 24.3 days
Tracked items: 147

Most active contributors

Detailed Description

memU is a Python-based personal memory system designed for AI agents that compiles conversations, documents, code, images, audio, video, URLs, and tool traces into human-readable Markdown files organized across three layers: an Index that maps memories and their sources, a Memory layer containing extracted personal facts and preferences, and a Skill layer that auto-extracts and refines reusable tool patterns from execution traces. The system addresses a core problem in agent development by enabling fast, scoped context retrieval instead of rescanning entire histories or injecting long prompts into every request, resulting in faster retrieval, higher accuracy, and lower operational costs.

The repository is classified across multiple domains including LLM Memory, Language Models, Memory Management, Context Retrieval, Knowledge Storage, Semantic Search, Vector Database, Persistent Memory, AI Systems, and Information Retrieval. According to GitGenius activity tracking, the project maintains a median issue and pull request response latency of 0.0 hours across 147 tracked items, though the mean response time is 243.7 hours, indicating variable response patterns. The most active issue labels are bug with 31 occurrences, enhancement with 30, and the #2026NewYearChallenge with 23 entries. Primary contributors tracked by GitGenius include sairin1202 with 109 events, Koimiao-zz with 89 events, and Jununn with 46 events. The repository shares overlapping contributors with langgenius/dify, anomalyco/opencode, and nousresearch/hermes-agent, suggesting active collaboration within the broader AI agent ecosystem.

Core features include multimodal ingestion supporting conversations, documents, images, video, audio, URLs, and logs; a compiled memory workspace that persists Index, Skill, and Memory layers with folders, files, source artifacts, links, summaries, and embeddings; typed memory extraction for profile, event, knowledge, behavior, skill, and tool memories; self-evolving skills that auto-extract reusable tool patterns from traces and refine them on every memorize operation; self-organizing folders that auto-build categories, links, summaries, and embeddings without manual tagging; agent-ready retrieval for scoped and ranked context; pluggable storage supporting in-memory, SQLite, and Postgres backends; and profile-based LLM routing for chat, embedding, vision, and transcription work.

The system offers both cloud and self-hosted deployment options. The cloud version at memu.so provides a managed API with endpoints for memorize operations, status checking, category listing, and memory retrieval. Self-hosted deployment requires Python 3.13 or higher and supports custom LLM and embedding providers including OpenRouter integration. The retrieval system offers two methods: RAG mode using vector-first category and item recall with optional LLM routing and sufficiency checks, and LLM mode using LLM-ranked recall at each tier.

According to the repository documentation, memU achieves 92.09 percent average accuracy on the Locomo benchmark across all reasoning tasks, with detailed experimental results available in the memU-experiment repository. The ecosystem includes complementary projects such as memU-server for backend operations with real-time sync and webhook triggers, and memU-ui for visual dashboard browsing and memory monitoring. The project maintains partnerships with frameworks and platforms including TEN-framework, OpenAgents, Milvus, xRoute, Jazz, Buddie, Bytebase, LazyLLM, and Clawdchat. The repository is licensed under Apache License 2.0 and actively maintains community engagement through GitHub issues, Discord, and direct contact channels.

memU
by
NevaMind-AINevaMind-AI/memU

Repository Details

Fetching additional details & charts...