You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme/README_en.md
+96-71Lines changed: 96 additions & 71 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
<divalign="center">
4
4
5
-
# MemU
5
+
# memU
6
6
7
7
### Always-On Proactive Memory for AI Agents
8
8
@@ -20,7 +20,9 @@
20
20
21
21
---
22
22
23
-
MemU is a **7×24 proactive memory framework** that continuously learns, anticipates, and adapts. It transforms passive LLM backends into intelligent agents with **always-on memory** that proactively surfaces insights, predicts needs, and evolves context without explicit queries.
23
+
memU is a memory framework built for **24/7 proactive agents**.
24
+
It is designed for long-running use and greatly **reduces the LLM token cost** of keeping agents always online, making always-on, evolving agents practical in production systems.
25
+
memU **continuously captures and understands user intent**. Even without a command, the agent can tell what you are about to do and act on it by itself.
24
26
25
27
---
26
28
@@ -32,105 +34,128 @@ If you find memU useful or interesting, a GitHub Star ⭐️ would be greatly ap
32
34
---
33
35
34
36
35
-
## ✨ Core Capabilities
37
+
## ✨ Core Features
36
38
37
39
| Capability | Description |
38
40
|------------|-------------|
39
-
| 🔄 **Continuous Learning**| 7×24 memory extraction from every interaction—conversations, documents, actions |
40
-
| 🎯 **Proactive Retrieval**| Anticipates information needs before being asked, surfaces relevant context automatically |
41
-
| 🧠 **Context Evolution**| Memory structure adapts in real-time based on usage patterns and emerging topics |
42
-
| 🔍 **Dual Intelligence**| Fast embedding-based recall + deep LLM reasoning for comprehensive understanding |
43
-
| 🎨 **Multimodal Awareness**| Unified memory across text, images, audio, video—remembers what it sees and hears |
44
-
41
+
| 🤖 **24/7 Proactive Agent**| Always-on memory agent that works continuously in the background—never sleeps, never forgets |
42
+
| 🎯 **User Intention Capture**| Understands and remembers user goals, preferences, and context across sessions automatically |
43
+
| 💰 **Cost Efficient**| Reduces long-running token costs by caching insights and avoiding redundant LLM calls |
45
44
---
46
45
47
46
## 🔄 How Proactive Memory Works
48
47
49
-
Unlike traditional retrieval systems that wait for queries, MemU operates in **continuous mode**:
0 commit comments