返回顶部
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,864
下载量
1
收藏
概述
安装方式
版本历史

engram

# Engram — Agent Memory Local semantic memory with biological decay, typed memories, and relationship graphs. No API keys. No cloud. ## Boot Sequence ```bash engram search "<current task or context>" --limit 10 ``` Always recall before working. Accessed memories get salience-boosted. ## Storing ```bash engram add "Client uses React with TypeScript" --type fact --tags react,client engram add "We decided to pause ads" --type decision --tags ads echo "Raw conversation text" | engram ingest ``` Types: fact, decision, preference, event, relationship ## Searching ```bash engram search "what tech stack" engram search "pricing decisions" --type decision engram search "client status" --agent client-agent ``` ## Relationships ```bash engram relate <src> <tgt> --type supports engram auto-relate <id> engram relations <id> ``` Types: related_to, supports, contradicts, caused_by, supersedes, part_of, references ## Key Concepts - **Decay**: Unused memories lose salience daily. Recalled ones get boosted. - **Types**: Filter by fact, decision, preference, event, relationship. - **Scoping**: global, agent, private, shared. - **Dedup**: >92% similarity auto-merges. ## Quick Reference ```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

下载 Zip 包

⬇ 下载 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
返回顶部