Ryu6Zero/dsh-hindsight0

dsh-hindsight

Official-grade DeepSeek Harness memory plugin backed by Hindsight (vectorize-io). Add /hindsight commands and model tools that recall, remember, inspect and forget through a Hindsight memory bank.

AI 분석

核心用途是提供语义记忆库,支持通过命令行或模型工具进行记忆的召回、存储、查看和删除。适合需要赋予 AI 助手长期跨会话记忆能力的复杂任务。

패키지
dsh-hindsight
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 26.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Ryu6Zero/dsh-hindsight

Usage

/hindsight status                 # bank stats, memory/link/doc counts
/hindsight recall 记忆架构决策     # semantic recall, shows text + ID
/hindsight list                   # recent memories
/hindsight remember 记住X          # queue content for async extraction
/hindsight forget             # soft-delete (invalidate) one memory

The agent can do all of the above on its own in a conversation via the model tools — just ask it to "check memory" or "remember that...".