Viking Memory System Ultra 2

Viking Memory System Ultra - 分层记忆基座。特性:动态回流(语义晋升)、智能权重(对数增长)、可逆归档(多粒度摘要)。 核心脚本:sv_write, sv_read, sv_find, sv_autoload, sv_promote, sv_weight, sv_compress, sv_archive, sv_decompress。

Install

openclaw skills install @tsangho/viking-memory-ultra2

Viking Memory System Ultra v1.3.0

概述

Viking Memory System Ultra 是分层记忆管理系统,支持:

  • 分层记忆: hot → warm → cold → archive
  • 动态回流: 语义相似度驱动的冷记忆晋升
  • 智能权重: 对数增长 + 上下文相关性
  • 可逆归档: 多粒度摘要 + 按需解压

核心脚本

脚本功能
sv_write.sh写入记忆
sv_read.sh读取记忆
sv_find.sh搜索记忆
sv_autoload.sh自动加载
sv_promote.sh动态回流晋升
sv_weight.sh权重计算
sv_compress_v2.sh压缩调度
sv_archive_summary.sh归档摘要
sv_decompress.sh解压恢复

安装

bash
clawhub install viking-memory-ultra