@djasdh/interest-memory
AI 智能体跨会话长期记忆系统:基于 Go 语言和 SQLite-vec 的本地服务,提供多平台桥接支持。
AI 分析
核心用途是提供低资源占用的本地向量化长期记忆。适合对隐私要求高、需要跨多个 AI 客户端共享记忆的开发者。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:djasdh/interest-memory说明文档
阅读完整 README ↗Resource usage (measured)
| Metric | Value |
|---|---|
| Binary size | ~18 MB (cgo static sqlite-vec) |
| Idle memory | ~17 MB RSS (measured) |
| Pipeline peak | <75 MB RSS |
| Initial footprint | ~20 MB (binary + empty DB) |
| Growth | ~38 MB after a week of use; mostly raw session transcripts (~71%) |
session_transcripts keeps full raw text — trim externally to bound disk growth; fork.max_concurrency / verify.max_concurrency cap peak memory.