dsh plugins中文
← Back to popular plugin directory

memory · Cross-session memory plugin

FuRongJun-1999/dsh-memory · skills

AGI's long-term memory infrastructure. Let AI Agent have an unforgettable self. Cross-session memory · Continuous learning · Auditable trust (Intelligence v3.2).

★ 14GitHub stars
0Forks
2026-08-17Last updated
TypeScriptLanguage
MITLicense

Project overview

让 AI Agent 拥有不可遗忘的自我 灵枢(AEIS)× DeepSeek Harness · AGI 的长期记忆基础设施 一句话:dsh-memory 让 DeepSeek Agent 拥有 AGI 级别的长期记忆——跨会话、自演化、可审计。

在 profile 的 cordis.yml(或 cordis.patch.yml)中追加:

订阅 DSH 的 session/event 事件流(与官方 session-persistence 相同的接入点): user/message(仅 source.kind === 'user' 的真实用户消息)→ remember(importance 0.6,tags dsh) 插件注入的系统上下文(AGENTS.md、文件变更通知等 kind: 'plugin')不写入,防止记忆噪音 灵枢自带去重(相似度基准 + 时间窗口),重复消息不会堆积 开发

Install command

dsh plugin --profile web add github:FuRongJun-1999/dsh-memory
View GitHub repository ↗Back to popular plugin directory