Skip to content

Commit ee27d8a

Browse files
authored
docs: file system in readme (#301)
1 parent 16b65e5 commit ee27d8a

File tree

7 files changed

+259
-0
lines changed

7 files changed

+259
-0
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,43 @@ Try now: [memU bot](https://memu.bot)
3838

3939
---
4040

41+
## 🗃️ Memory as File System, File System as Memory
42+
43+
memU treats **memory like a file system**—structured, hierarchical, and instantly accessible.
44+
45+
| File System | memU Memory |
46+
|-------------|-------------|
47+
| 📁 Folders | 🏷️ Categories (auto-organized topics) |
48+
| 📄 Files | 🧠 Memory Items (extracted facts, preferences, skills) |
49+
| 🔗 Symlinks | 🔄 Cross-references (related memories linked) |
50+
| 📂 Mount points | 📥 Resources (conversations, documents, images) |
51+
52+
**Why this matters:**
53+
- **Navigate memories** like browsing directories—drill down from broad categories to specific facts
54+
- **Mount new knowledge** instantly—conversations and documents become queryable memory
55+
- **Cross-link everything**—memories reference each other, building a connected knowledge graph
56+
- **Persistent & portable**—export, backup, and transfer memory like files
57+
58+
```
59+
memory/
60+
├── preferences/
61+
│ ├── communication_style.md
62+
│ └── topic_interests.md
63+
├── relationships/
64+
│ ├── contacts/
65+
│ └── interaction_history/
66+
├── knowledge/
67+
│ ├── domain_expertise/
68+
│ └── learned_skills/
69+
└── context/
70+
├── recent_conversations/
71+
└── pending_tasks/
72+
```
73+
74+
Just as a file system turns raw bytes into organized data, memU transforms raw interactions into **structured, searchable, proactive intelligence**.
75+
76+
---
77+
4178
## ⭐️ Star the repository
4279

4380
<img width="100%" src="https://github.com/NevaMind-AI/memU/blob/main/assets/star.gif" />

readme/README_en.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,43 @@ Try now: [memU bot](https://memu.bot)
3838

3939
---
4040

41+
## 🗃️ Memory as File System, File System as Memory
42+
43+
memU treats **memory like a file system**—structured, hierarchical, and instantly accessible.
44+
45+
| File System | memU Memory |
46+
|-------------|-------------|
47+
| 📁 Folders | 🏷️ Categories (auto-organized topics) |
48+
| 📄 Files | 🧠 Memory Items (extracted facts, preferences, skills) |
49+
| 🔗 Symlinks | 🔄 Cross-references (related memories linked) |
50+
| 📂 Mount points | 📥 Resources (conversations, documents, images) |
51+
52+
**Why this matters:**
53+
- **Navigate memories** like browsing directories—drill down from broad categories to specific facts
54+
- **Mount new knowledge** instantly—conversations and documents become queryable memory
55+
- **Cross-link everything**—memories reference each other, building a connected knowledge graph
56+
- **Persistent & portable**—export, backup, and transfer memory like files
57+
58+
```
59+
memory/
60+
├── preferences/
61+
│ ├── communication_style.md
62+
│ └── topic_interests.md
63+
├── relationships/
64+
│ ├── contacts/
65+
│ └── interaction_history/
66+
├── knowledge/
67+
│ ├── domain_expertise/
68+
│ └── learned_skills/
69+
└── context/
70+
├── recent_conversations/
71+
└── pending_tasks/
72+
```
73+
74+
Just as a file system turns raw bytes into organized data, memU transforms raw interactions into **structured, searchable, proactive intelligence**.
75+
76+
---
77+
4178
## ⭐️ Star the repository
4279

4380
<img width="100%" src="https://github.com/NevaMind-AI/memU/blob/main/assets/star.gif" />

readme/README_es.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,43 @@ Try now: [memU bot](https://memu.bot)
3838

3939
---
4040

41+
## 🗃️ Memoria como Sistema de Archivos, Sistema de Archivos como Memoria
42+
43+
memU trata la **memoria como un sistema de archivos**—estructurada, jerárquica e instantáneamente accesible.
44+
45+
| Sistema de Archivos | Memoria memU |
46+
|--------------------|--------------|
47+
| 📁 Carpetas | 🏷️ Categorías (temas auto-organizados) |
48+
| 📄 Archivos | 🧠 Elementos de Memoria (hechos, preferencias, habilidades extraídas) |
49+
| 🔗 Enlaces simbólicos | 🔄 Referencias cruzadas (memorias relacionadas enlazadas) |
50+
| 📂 Puntos de montaje | 📥 Recursos (conversaciones, documentos, imágenes) |
51+
52+
**Por qué esto importa:**
53+
- **Navega memorias** como si exploraras directorios—profundiza desde categorías amplias a hechos específicos
54+
- **Monta nuevo conocimiento** instantáneamente—conversaciones y documentos se convierten en memoria consultable
55+
- **Enlaza todo cruzadamente**—las memorias se referencian entre sí, construyendo un grafo de conocimiento conectado
56+
- **Persistente y portable**—exporta, respalda y transfiere memoria como archivos
57+
58+
```
59+
memory/
60+
├── preferences/
61+
│ ├── communication_style.md
62+
│ └── topic_interests.md
63+
├── relationships/
64+
│ ├── contacts/
65+
│ └── interaction_history/
66+
├── knowledge/
67+
│ ├── domain_expertise/
68+
│ └── learned_skills/
69+
└── context/
70+
├── recent_conversations/
71+
└── pending_tasks/
72+
```
73+
74+
Así como un sistema de archivos convierte bytes crudos en datos organizados, memU transforma interacciones crudas en **inteligencia estructurada, buscable y proactiva**.
75+
76+
---
77+
4178
## ⭐️ Dale una estrella al repositorio
4279

4380
<img width="100%" src="https://github.com/NevaMind-AI/memU/blob/main/assets/star.gif" />

readme/README_fr.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,43 @@ Try now: [memU bot](https://memu.bot)
3838

3939
---
4040

41+
## 🗃️ La Mémoire comme Système de Fichiers, le Système de Fichiers comme Mémoire
42+
43+
memU traite la **mémoire comme un système de fichiers**—structurée, hiérarchique et instantanément accessible.
44+
45+
| Système de Fichiers | Mémoire memU |
46+
|--------------------|--------------|
47+
| 📁 Dossiers | 🏷️ Catégories (sujets auto-organisés) |
48+
| 📄 Fichiers | 🧠 Éléments de Mémoire (faits, préférences, compétences extraites) |
49+
| 🔗 Liens symboliques | 🔄 Références croisées (mémoires liées connectées) |
50+
| 📂 Points de montage | 📥 Ressources (conversations, documents, images) |
51+
52+
**Pourquoi c'est important :**
53+
- **Naviguez dans les mémoires** comme dans des répertoires—explorez des catégories larges jusqu'aux faits spécifiques
54+
- **Montez de nouvelles connaissances** instantanément—les conversations et documents deviennent de la mémoire interrogeable
55+
- **Liez tout de manière croisée**—les mémoires se référencent mutuellement, construisant un graphe de connaissances connecté
56+
- **Persistant et portable**—exportez, sauvegardez et transférez la mémoire comme des fichiers
57+
58+
```
59+
memory/
60+
├── preferences/
61+
│ ├── communication_style.md
62+
│ └── topic_interests.md
63+
├── relationships/
64+
│ ├── contacts/
65+
│ └── interaction_history/
66+
├── knowledge/
67+
│ ├── domain_expertise/
68+
│ └── learned_skills/
69+
└── context/
70+
├── recent_conversations/
71+
└── pending_tasks/
72+
```
73+
74+
Tout comme un système de fichiers transforme des octets bruts en données organisées, memU transforme les interactions brutes en **intelligence structurée, recherchable et proactive**.
75+
76+
---
77+
4178
## ⭐️ Mettez une étoile au dépôt
4279

4380
<img width="100%" src="https://github.com/NevaMind-AI/memU/blob/main/assets/star.gif" />

readme/README_ja.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,43 @@ Try now: [memU bot](https://memu.bot)
3838

3939
---
4040

41+
## 🗃️ メモリはファイルシステム、ファイルシステムはメモリ
42+
43+
memUは**メモリをファイルシステムのように**扱います—構造化され、階層的で、即座にアクセス可能。
44+
45+
| ファイルシステム | memU メモリ |
46+
|----------------|------------|
47+
| 📁 フォルダ | 🏷️ カテゴリ(自動整理されたトピック) |
48+
| 📄 ファイル | 🧠 メモリアイテム(抽出された事実、好み、スキル) |
49+
| 🔗 シンボリックリンク | 🔄 クロスリファレンス(関連メモリのリンク) |
50+
| 📂 マウントポイント | 📥 リソース(会話、ドキュメント、画像) |
51+
52+
**なぜ重要か:**
53+
- **ディレクトリを閲覧するようにメモリをナビゲート**—広いカテゴリから具体的な事実にドリルダウン
54+
- **新しい知識を即座にマウント**—会話やドキュメントがクエリ可能なメモリに
55+
- **すべてをクロスリンク**—メモリが相互参照し、接続されたナレッジグラフを構築
56+
- **永続的でポータブル**—ファイルのようにメモリをエクスポート、バックアップ、転送
57+
58+
```
59+
memory/
60+
├── preferences/
61+
│ ├── communication_style.md
62+
│ └── topic_interests.md
63+
├── relationships/
64+
│ ├── contacts/
65+
│ └── interaction_history/
66+
├── knowledge/
67+
│ ├── domain_expertise/
68+
│ └── learned_skills/
69+
└── context/
70+
├── recent_conversations/
71+
└── pending_tasks/
72+
```
73+
74+
ファイルシステムが生のバイトを整理されたデータに変換するように、memUは生のインタラクションを**構造化された、検索可能な、プロアクティブなインテリジェンス**に変換します。
75+
76+
---
77+
4178
## ⭐️ リポジトリにスターを
4279

4380
<img width="100%" src="https://github.com/NevaMind-AI/memU/blob/main/assets/star.gif" />

readme/README_ko.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,43 @@ Try now: [memU bot](https://memu.bot)
3838

3939
---
4040

41+
## 🗃️ 메모리는 파일 시스템, 파일 시스템은 메모리
42+
43+
memU는 **메모리를 파일 시스템처럼** 다룹니다—구조화되고, 계층적이며, 즉시 접근 가능합니다.
44+
45+
| 파일 시스템 | memU 메모리 |
46+
|------------|------------|
47+
| 📁 폴더 | 🏷️ 카테고리 (자동 정리된 주제) |
48+
| 📄 파일 | 🧠 메모리 아이템 (추출된 사실, 선호도, 스킬) |
49+
| 🔗 심볼릭 링크 | 🔄 교차 참조 (연관된 메모리 연결) |
50+
| 📂 마운트 포인트 | 📥 리소스 (대화, 문서, 이미지) |
51+
52+
**왜 중요한가:**
53+
- **디렉토리를 탐색하듯 메모리를 탐색**—넓은 카테고리에서 구체적인 사실로 드릴다운
54+
- **새로운 지식을 즉시 마운트**—대화와 문서가 쿼리 가능한 메모리로 변환
55+
- **모든 것을 교차 연결**—메모리가 서로를 참조하여 연결된 지식 그래프 구축
56+
- **영구적이고 이식 가능**—파일처럼 메모리를 내보내기, 백업, 전송
57+
58+
```
59+
memory/
60+
├── preferences/
61+
│ ├── communication_style.md
62+
│ └── topic_interests.md
63+
├── relationships/
64+
│ ├── contacts/
65+
│ └── interaction_history/
66+
├── knowledge/
67+
│ ├── domain_expertise/
68+
│ └── learned_skills/
69+
└── context/
70+
├── recent_conversations/
71+
└── pending_tasks/
72+
```
73+
74+
파일 시스템이 원시 바이트를 정리된 데이터로 변환하듯, memU는 원시 상호작용을 **구조화되고, 검색 가능하며, 프로액티브한 인텔리전스**로 변환합니다.
75+
76+
---
77+
4178
## ⭐️ 리포지토리에 스타를
4279

4380
<img width="100%" src="https://github.com/NevaMind-AI/memU/blob/main/assets/star.gif" />

readme/README_zh.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,43 @@ Try now: [memU bot](https://memu.bot)
3838

3939
---
4040

41+
## 🗃️ 记忆即文件系统,文件系统即记忆
42+
43+
memU 将**记忆视为文件系统**——结构化、层次化、即时可访问。
44+
45+
| 文件系统 | memU 记忆 |
46+
|---------|----------|
47+
| 📁 文件夹 | 🏷️ 类别(自动组织的主题) |
48+
| 📄 文件 | 🧠 记忆条目(提取的事实、偏好、技能) |
49+
| 🔗 符号链接 | 🔄 交叉引用(关联的记忆相互链接) |
50+
| 📂 挂载点 | 📥 资源(对话、文档、图像) |
51+
52+
**为何重要:**
53+
- **像浏览目录一样导航记忆**——从宽泛的类别深入到具体的事实
54+
- **即时挂载新知识**——对话和文档成为可查询的记忆
55+
- **万物互联**——记忆相互引用,构建连接的知识图谱
56+
- **持久化且可迁移**——像文件一样导出、备份和迁移记忆
57+
58+
```
59+
memory/
60+
├── preferences/
61+
│ ├── communication_style.md
62+
│ └── topic_interests.md
63+
├── relationships/
64+
│ ├── contacts/
65+
│ └── interaction_history/
66+
├── knowledge/
67+
│ ├── domain_expertise/
68+
│ └── learned_skills/
69+
└── context/
70+
├── recent_conversations/
71+
└── pending_tasks/
72+
```
73+
74+
正如文件系统将原始字节转化为有组织的数据,memU 将原始交互转化为**结构化、可搜索、主动式的智能**
75+
76+
---
77+
4178
## ⭐️ 给项目点个星
4279

4380
<img width="100%" src="https://github.com/NevaMind-AI/memU/blob/main/assets/star.gif" />

0 commit comments

Comments
 (0)