superlocalmemory 2.4.2 → 2.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +62 -0
- package/README.md +62 -2
- package/docs/ARCHITECTURE-V2.5.md +190 -0
- package/docs/architecture-diagram.drawio +405 -0
- package/mcp_server.py +115 -14
- package/package.json +4 -1
- package/scripts/generate-thumbnails.py +220 -0
- package/src/agent_registry.py +385 -0
- package/src/db_connection_manager.py +532 -0
- package/src/event_bus.py +555 -0
- package/src/memory_store_v2.py +626 -471
- package/src/provenance_tracker.py +322 -0
- package/src/subscription_manager.py +399 -0
- package/src/trust_scorer.py +456 -0
- package/src/webhook_dispatcher.py +229 -0
- package/ui/app.js +425 -0
- package/ui/index.html +147 -1
- package/ui/js/agents.js +192 -0
- package/ui/js/clusters.js +80 -0
- package/ui/js/core.js +230 -0
- package/ui/js/events.js +178 -0
- package/ui/js/graph.js +32 -0
- package/ui/js/init.js +31 -0
- package/ui/js/memories.js +149 -0
- package/ui/js/modal.js +139 -0
- package/ui/js/patterns.js +93 -0
- package/ui/js/profiles.js +202 -0
- package/ui/js/search.js +59 -0
- package/ui/js/settings.js +167 -0
- package/ui/js/timeline.js +32 -0
- package/ui_server.py +69 -1665
- package/docs/COMPETITIVE-ANALYSIS.md +0 -210
|
@@ -1,210 +0,0 @@
|
|
|
1
|
-
# Competitive Analysis: AI Memory Solutions (2026)
|
|
2
|
-
|
|
3
|
-
**Research Date:** February 2026
|
|
4
|
-
**Author:** Varun Pratap Bhardwaj
|
|
5
|
-
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
## Executive Summary
|
|
9
|
-
|
|
10
|
-
After extensive research of the paid/commercial AI memory landscape in 2026, **SuperLocalMemory V2 is the ONLY free solution offering all these features combined**: 7-layer universal architecture, pattern learning, multi-profile support, 100% local operation, and zero setup requirements.
|
|
11
|
-
|
|
12
|
-
---
|
|
13
|
-
|
|
14
|
-
## Detailed Competitor Analysis
|
|
15
|
-
|
|
16
|
-
### 1. Mem0 (mem0.ai)
|
|
17
|
-
|
|
18
|
-
**Pricing:**
|
|
19
|
-
| Tier | Features | Price |
|
|
20
|
-
|------|----------|-------|
|
|
21
|
-
| Free | 10K memories, limited API calls | $0/month |
|
|
22
|
-
| Pro | Unlimited memories, higher limits | Usage-based |
|
|
23
|
-
| Enterprise | SSO, audit logs, on-prem, SLA | Custom |
|
|
24
|
-
|
|
25
|
-
**What's MISSING vs SuperLocalMemory V2:**
|
|
26
|
-
- No 7-layer universal architecture (only semantic + graph)
|
|
27
|
-
- No pattern learning with identity profiles
|
|
28
|
-
- No multi-profile support
|
|
29
|
-
- Not 100% local (cloud-first design)
|
|
30
|
-
- Requires API keys and setup
|
|
31
|
-
- Usage-based billing can get expensive
|
|
32
|
-
|
|
33
|
-
---
|
|
34
|
-
|
|
35
|
-
### 2. Zep (getzep.com)
|
|
36
|
-
|
|
37
|
-
**Pricing:**
|
|
38
|
-
| Tier | Features | Price |
|
|
39
|
-
|------|----------|-------|
|
|
40
|
-
| Free | Basic features, limited credits | $0/month |
|
|
41
|
-
| Pro | 20K credits auto-refill | $50/month |
|
|
42
|
-
| Enterprise | BYOK, BYOM, BYOC, SLA | Custom |
|
|
43
|
-
|
|
44
|
-
**Credit System:** 1 credit = 1 Episode (data object). Episodes >350 bytes billed as multiples.
|
|
45
|
-
|
|
46
|
-
**What's MISSING vs SuperLocalMemory V2:**
|
|
47
|
-
- No 7-layer universal architecture
|
|
48
|
-
- No pattern learning
|
|
49
|
-
- No multi-profile support natively
|
|
50
|
-
- Not 100% local (cloud-managed)
|
|
51
|
-
- Credit-based billing system
|
|
52
|
-
- Requires significant setup and API integration
|
|
53
|
-
|
|
54
|
-
---
|
|
55
|
-
|
|
56
|
-
### 3. Supermemory (supermemory.ai)
|
|
57
|
-
|
|
58
|
-
**Pricing:**
|
|
59
|
-
| Tier | Limits | Price |
|
|
60
|
-
|------|--------|-------|
|
|
61
|
-
| Free | 1M tokens, 10K search queries | $0/month |
|
|
62
|
-
| Pro | 3M tokens, 100K queries | $19/month |
|
|
63
|
-
| Scale | 80M tokens, 20M queries | $399/month |
|
|
64
|
-
| Enterprise | Custom limits | Custom |
|
|
65
|
-
|
|
66
|
-
**What's MISSING vs SuperLocalMemory V2:**
|
|
67
|
-
- No 7-layer universal architecture
|
|
68
|
-
- No pattern learning
|
|
69
|
-
- No multi-profile support
|
|
70
|
-
- Not 100% local (cloud-based)
|
|
71
|
-
- Requires setup and API integration
|
|
72
|
-
|
|
73
|
-
---
|
|
74
|
-
|
|
75
|
-
### 4. Personal.AI (personal.ai)
|
|
76
|
-
|
|
77
|
-
**Pricing:**
|
|
78
|
-
| Tier | Description | Price |
|
|
79
|
-
|------|-------------|-------|
|
|
80
|
-
| Premium | Full features | $33.33/month |
|
|
81
|
-
| Custom | Enterprise | Contact sales |
|
|
82
|
-
|
|
83
|
-
**NO FREE PLAN AVAILABLE**
|
|
84
|
-
|
|
85
|
-
**What's MISSING vs SuperLocalMemory V2:**
|
|
86
|
-
- No 7-layer universal architecture
|
|
87
|
-
- No pattern learning with confidence scoring
|
|
88
|
-
- Not 100% local (cloud-based)
|
|
89
|
-
- No free tier
|
|
90
|
-
- Closed ecosystem
|
|
91
|
-
|
|
92
|
-
---
|
|
93
|
-
|
|
94
|
-
### 5. Letta / MemGPT (letta.com)
|
|
95
|
-
|
|
96
|
-
**Pricing:**
|
|
97
|
-
| Tier | Description | Price |
|
|
98
|
-
|------|-------------|-------|
|
|
99
|
-
| Open Source | Self-hosted | Free |
|
|
100
|
-
| Letta Cloud | Managed service | Beta (TBD) |
|
|
101
|
-
|
|
102
|
-
**What's MISSING vs SuperLocalMemory V2:**
|
|
103
|
-
- Different architecture (not 7-layer universal)
|
|
104
|
-
- No explicit pattern learning with identity profiles
|
|
105
|
-
- Limited multi-profile support
|
|
106
|
-
- Requires significant technical setup
|
|
107
|
-
- Complex installation process
|
|
108
|
-
|
|
109
|
-
---
|
|
110
|
-
|
|
111
|
-
### 6. Khoj (khoj.dev)
|
|
112
|
-
|
|
113
|
-
**Pricing:**
|
|
114
|
-
| Tier | Description | Price |
|
|
115
|
-
|------|-------------|-------|
|
|
116
|
-
| Free | Self-hosted, open source | $0 |
|
|
117
|
-
| Cloud | Hosted service | Tiered |
|
|
118
|
-
|
|
119
|
-
**What's MISSING vs SuperLocalMemory V2:**
|
|
120
|
-
- No 7-layer universal architecture
|
|
121
|
-
- No pattern learning with identity profiles
|
|
122
|
-
- No progressive compression system
|
|
123
|
-
- Not zero-setup
|
|
124
|
-
|
|
125
|
-
---
|
|
126
|
-
|
|
127
|
-
## Comprehensive Comparison Matrix
|
|
128
|
-
|
|
129
|
-
| Feature | Mem0 | Zep | Supermemory | Letta | Personal.AI | Khoj | **SuperLocalMemory V2** |
|
|
130
|
-
|---------|------|-----|-------------|-------|-------------|------|------------------------|
|
|
131
|
-
| **7-Layer Universal Architecture** | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ |
|
|
132
|
-
| **Pattern Learning** | ❌ | ❌ | ❌ | ❌ | Partial | ❌ | ✅ |
|
|
133
|
-
| **Multi-Profile Support** | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ |
|
|
134
|
-
| **100% Local** | ❌ | ❌ | ❌ | Partial | ❌ | Partial | ✅ |
|
|
135
|
-
| **Zero Setup** | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ |
|
|
136
|
-
| **Knowledge Graph** | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ |
|
|
137
|
-
| **Progressive Compression** | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ |
|
|
138
|
-
| **Free Tier** | Limited | Limited | Limited | ✅ | ❌ | ✅ | **Unlimited** |
|
|
139
|
-
|
|
140
|
-
---
|
|
141
|
-
|
|
142
|
-
## Pricing Summary
|
|
143
|
-
|
|
144
|
-
| Solution | Free Tier | Entry Paid | Enterprise |
|
|
145
|
-
|----------|-----------|------------|------------|
|
|
146
|
-
| **SuperLocalMemory V2** | **Unlimited (MIT)** | **$0** | **$0** |
|
|
147
|
-
| Mem0 | 10K memories | Usage-based | Custom |
|
|
148
|
-
| Zep | Limited credits | $50/month | Custom |
|
|
149
|
-
| Supermemory | 1M tokens | $19/month | $399+/month |
|
|
150
|
-
| Personal.AI | None | $33.33/month | Custom |
|
|
151
|
-
| Letta | Self-hosted | Beta | TBD |
|
|
152
|
-
| Khoj | Self-hosted | Tiered | Custom |
|
|
153
|
-
|
|
154
|
-
---
|
|
155
|
-
|
|
156
|
-
## Key Differentiators: SuperLocalMemory V2
|
|
157
|
-
|
|
158
|
-
### 1. 7-Layer Universal Architecture (UNIQUE)
|
|
159
|
-
No competitor offers this integrated architecture:
|
|
160
|
-
- Layer 1: Raw Storage (SQLite + FTS + embeddings)
|
|
161
|
-
- Layer 2: Hierarchical Index (PageIndex-style)
|
|
162
|
-
- Layer 3: Knowledge Graph (GraphRAG with Leiden clustering)
|
|
163
|
-
- Layer 4: Pattern Learning (xMemory-style identity profiles)
|
|
164
|
-
|
|
165
|
-
### 2. Pattern Learning with Confidence Scoring (UNIQUE)
|
|
166
|
-
Learns your:
|
|
167
|
-
- Coding preferences (frameworks, languages)
|
|
168
|
-
- Terminology patterns
|
|
169
|
-
- Style preferences
|
|
170
|
-
- With explicit confidence percentages
|
|
171
|
-
|
|
172
|
-
### 3. Multi-Profile Support (Rare)
|
|
173
|
-
- Isolated memory contexts per project/client
|
|
174
|
-
- Separate patterns, graphs, and memories
|
|
175
|
-
- Easy profile switching via CLI
|
|
176
|
-
|
|
177
|
-
### 4. 100% Local + Zero External APIs (Rare)
|
|
178
|
-
- No cloud dependencies
|
|
179
|
-
- No API keys required
|
|
180
|
-
- GDPR/HIPAA compliant by default
|
|
181
|
-
|
|
182
|
-
### 5. Zero Setup (UNIQUE)
|
|
183
|
-
- 5-minute installation
|
|
184
|
-
- Works immediately after `./install.sh`
|
|
185
|
-
- No Docker, no API keys, no cloud accounts
|
|
186
|
-
|
|
187
|
-
### 6. MIT License - Completely Free
|
|
188
|
-
- No usage limits
|
|
189
|
-
- No credit systems
|
|
190
|
-
- Commercial use allowed
|
|
191
|
-
|
|
192
|
-
---
|
|
193
|
-
|
|
194
|
-
## Conclusion
|
|
195
|
-
|
|
196
|
-
**SuperLocalMemory V2 is demonstrably unique in the 2026 AI memory market.**
|
|
197
|
-
|
|
198
|
-
No single competitor offers ALL of:
|
|
199
|
-
1. 7-layer universal architecture
|
|
200
|
-
2. Pattern learning with identity profiles
|
|
201
|
-
3. Multi-profile support
|
|
202
|
-
4. 100% local operation
|
|
203
|
-
5. Zero setup requirements
|
|
204
|
-
6. Completely free (MIT license)
|
|
205
|
-
|
|
206
|
-
**SuperLocalMemory V2 is the only solution combining all these features together.**
|
|
207
|
-
|
|
208
|
-
---
|
|
209
|
-
|
|
210
|
-
*Research conducted February 2026 by Varun Pratap Bhardwaj*
|