Ryu6Zero/dsh-hindsight0

dsh-hindsight

基于 Hindsight (vectorize-io) 的官方级 DeepSeek Harness 记忆插件。

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...".