返回顶部
e

engram持久语义记忆

Persistent semantic memory for AI agents — local, fast, free. Use when agent needs to recall past decisions, store new facts/preferences, search conversation history, or maintain context across sessions.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.2.0
安全检测
已通过
1,906
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

engram

Engram — 代理记忆

具备生物性衰减的本地语义记忆,支持类型化记忆与关系图谱。无需API密钥,无需云端。

启动序列

bash
engram search <当前任务或上下文> --limit 10

工作前务必先回忆。被访问的记忆将获得显著性提升。

存储

bash
engram add 客户使用React与TypeScript --type fact --tags react,client
engram add 我们决定暂停广告 --type decision --tags ads
echo 原始对话文本 | engram ingest

类型:事实、决策、偏好、事件、关系

搜索

bash
engram search 使用什么技术栈
engram search 定价决策 --type decision
engram search 客户状态 --agent client-agent

关系

bash
engram relate <源> <目标> --type supports
engram auto-relate
engram relations

类型:相关于、支持、矛盾、由...引起、取代、属于...的一部分、引用

核心概念

  • - 衰减:未使用的记忆每日降低显著性。被回忆的记忆获得提升。
  • 类型:按事实、决策、偏好、事件、关系进行筛选。
  • 作用域:全局、代理、私有、共享。
  • 去重:相似度超过92%自动合并。

快速参考

bash
engram stats
engram recall --limit 10
engram export > backup.json
engram import backup.json

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 engram-memory-1775945281 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 engram-memory-1775945281 技能

通过命令行安装

skillhub install engram-memory-1775945281

下载

⬇ 下载 engram v0.2.0(免费)

文件大小: 1.46 KB | 发布时间: 2026-4-12 09:51

v0.2.0 最新 2026-4-12 09:51
- Added comprehensive SKILL.md documentation outlining usage, key concepts, and commands for Engram agent memory.
- Detailed instructions for memory storage, recall, and relationship management.
- Explained memory decay, typing, deduplication, and scoping features.
- Provided code examples for common tasks and quick reference commands.
- Added metadata for installation and system requirements.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部