Files
myWiki/concepts/memcube.md

40 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "MemCube — 最小记忆单元"
created: 2026-06-19
updated: 2026-06-19
type: concept
tags: [agent-memory, memos, storage, memory-unit]
sources:
- https://mp.weixin.qq.com/s/5Wo91nzstNtCIV9chnuQmw
---
# MemCube
## 定义
MemCube 是 MemOS 记忆存储层中**最小可打包的记忆单元**。每个 MemCube 封装一段原子性的记忆内容,可独立存储、检索、共享和交易。
## 设计理念
类比面向对象编程中的"对象"或容器化中的"容器"——将记忆封装为自包含的单元,带上元数据(来源、时间戳、可信度、权限)后独立流转。
## 关键属性
| 属性 | 说明 |
|------|------|
| **原子性** | 单条记忆不依赖上下文即可理解 |
| **可打包** | 可序列化、存储、跨系统传输 |
| **可交易** | 通过 MemStore 记忆市场跨 Agent 共享 |
| **可扩展** | 已扩展至 Skill 层面(→ Mem2Skill |
## MemStore 记忆市场
MemCube 的上层市场平台——允许记忆在不同 Agent 间交易和流转。这是 MemOS 不同于纯粹技术框架的核心差异化:将记忆视为**可流通资产**。
## 参考
- [[agent-memory-system|Agent 记忆系统]]
- [[layered-memory-architecture|三层记忆架构]]
- [[mem2skill|Mem2Skill]]
- [[memtensor-memos-agent-memory-2026|MemOS 技术分享]]