Files
myWiki/concepts/memory-governance.md

46 lines
1.6 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: "记忆治理 — Memory Governance"
created: 2026-06-19
updated: 2026-06-19
type: concept
tags: [agent-memory, governance, privacy, lifecycle-management]
sources:
- https://mp.weixin.qq.com/s/5Wo91nzstNtCIV9chnuQmw
---
# 记忆治理Memory Governance
## 定义
记忆治理是 Agent 记忆系统的**全生命周期管控层**。由于记忆涉及高度个人化的数据,需要权限管理、生命周期管理、水印管理、隐私管理等多种控制机制。
## 为什么需要记忆治理
记忆系统的特殊性:
- 记忆是对知识的**高度总结与归纳**——幻觉在此阶段引入后会在后续环节逐步累积
- 记忆可能跨越用户/会话/Agent 边界——数据安全和隐私风险指数级增长
- 记忆会演化——需要版本化、可追溯、可回滚
## MemOS 治理层机制
| 机制 | 功能 |
|------|------|
| **权限管理** | 谁可以读/写/删除哪些记忆 |
| **生命周期管理** | 记忆的创建→活跃→休眠→退役全周期 |
| **水印管理** | 记忆来源追踪和来源可信度标记 |
| **隐私管理** | 手机号/身份证脱敏、加密流转 |
## ClawForce 的三重安全
企业产品 ClawForce 将记忆治理扩展为三重安全:
1. **事前**:整体安全隔离
2. **事中**:端侧脱敏 + 网络加密 + 安全配置策略
3. **事后**:全操作审计可追溯
## 参考
- [[agent-memory-system|Agent 记忆系统]]
- [[clawforce|ClawForce]]
- [[agent-memory-lifecycle|记忆生命周期]]
- [[runtime-governance|运行时治理]](通用 Agent 治理框架)