返回目錄

engramory

編輯精選維護狀態: 活躍

tinqiao-oss/engramory

面向 AI 智慧體的可移植記憶協議,可作為常駐規則載入,包含整理規範、參考規範與可選鉤子。

前往 GitHub
$ dsh plugin add engramory

188

星數

11

Fork

Python

語言

MIT

授權條款

2026-06-13

建立於

2026-09-08

最近推送

一個 dsh skill,為 Harness 提供本機、基於檔案的記憶規範(markdown + 索引),透過 dsh 初始化助手安裝;需 dsh 0.2.1+ 與 Python 3.9+。

DSH 整合

原生執行環境

作者聲明

安全稽核

未稽核

最後核實

2026-08-22

授權條款

MIT

01它能幫你完成什麼?

  • 為 DeepSeek Harness 提供一套有紀律的、本機、基於檔案的記憶協定(一個事實一個 markdown 檔案 + 始終載入的索引)

    $DSH_HOME/AGENTS.md 中的標記區塊與 <DSH_HOME>/skills/engramory 下的 skill,外加一個獨立的 .engramory-memory/ 儲存,模型作為常駐規則遵循

    想要零基礎設施、人類可讀的 Agent 記憶規範,而非向量/圖資料庫的 DSH 使用者

02如何將外掛接入 DeepSeek Harness?

先決條件

  • Python 3.9+
  • DeepSeek Harness dsh 0.2.1 或更高版本
  • 本機已克隆的 engramory 倉庫

安裝步驟

  1. 01

    克隆倉庫並進入目錄

  2. 02

    執行 `python tools/engramory_init.py dsh --install-skill`(預設 $DSH_HOME;用 --project-root 做專案級安裝)

  3. 03

    重新啟動 dsh;協定透過 $DSH_HOME/AGENTS.md 作為常駐規則載入

驗證整合成功

作者未說明

03DSH 整合程度與能力邊界

DSH 整合原生執行環境

透過 skill 安裝器接入 DSH:`python tools/engramory_init.py dsh --install-skill` 把 Engramory 區塊寫入 $DSH_HOME/AGENTS.md,並把協定安裝到 dsh 使用者 skill 根目錄。

04適合誰?何時不該用?

適合

  • 想要零基礎設施、人類可讀的 Agent 記憶規範,而非向量/圖資料庫的 DSH 使用者

不適合

  • 請安裝 dsh 0.2.1 或更高版本。在 dsh 0.2.0 上 skill 能裝上但永不啟動(issue 8,舊版 Cordis inject 語法);預覽期「無法安裝第三方外掛程式」的問題已在 rc.7 上游修復。
  • 索引上限是盡力而為,並非全域寫入防護:shell 工具(Bash/PowerShell)、MCP 檔案工具、外部編輯器與同步用戶端都會繞過它。目前仍是實驗性(0.10.0),暫不要把它當作強制、跨 Agent 的記憶層。

05相容性、維護與安全提醒

  • 請安裝 dsh 0.2.1 或更高版本。在 dsh 0.2.0 上 skill 能裝上但永不啟動(issue 8,舊版 Cordis inject 語法);預覽期「無法安裝第三方外掛程式」的問題已在 rc.7 上游修復。
  • 索引上限是盡力而為,並非全域寫入防護:shell 工具(Bash/PowerShell)、MCP 檔案工具、外部編輯器與同步用戶端都會繞過它。目前仍是實驗性(0.10.0),暫不要把它當作強制、跨 Agent 的記憶層。
  • Engramory 不是資料庫、框架或依相關性載入的 skill——記憶就是可開啟、編輯、diff 的純文字 markdown 檔案;即時儲存本身被 git 忽略。
2026-06-132026-08-20v0.10.0

MIT - 活躍維護(最新發布 v0.10.0,2026-08-20)

06常見問題

如何為 dsh 安裝?

克隆倉庫,然後執行 `python tools/engramory_init.py dsh --install-skill`(預設 $DSH_HOME;加 --project-root 做專案級安裝)。重新啟動 dsh 以載入 $DSH_HOME/AGENTS.md 中的區塊。

需要哪個 dsh 版本?

dsh 0.2.1 或更高。0.2.0 上 skill 能裝但不啟動(issue 8);預覽期「無法安裝第三方外掛程式」問題已在 rc.7 修復。

它是資料庫嗎?

不是——記憶是純文字 markdown 檔案(一個事實一個檔案)加一個始終載入的索引。無資料庫、嵌入或伺服器;即時儲存本身被 git 忽略。

索引上限是硬性防護嗎?

不是——它是盡力而為。shell 工具(Bash/PowerShell)、MCP 檔案工具、外部編輯器與同步用戶端都會繞過它。Engramory 仍處於實驗階段(0.10.0),暫不要當作強制的跨 Agent 記憶層。

08資料與來源

  • 作者聲明github.com39efc183a55c…

    An opinionated, zero-infrastructure memory *protocol* for small-scale, local, file-based agent memory

  • 作者聲明github.com39efc183a55c…

    python tools/engramory_init.py dsh --install-skill

  • 作者聲明github.com39efc183a55c…

    It writes a marked Engramory block into `$DSH_HOME/AGENTS.md` (dsh agent-instructions plugin)

  • 作者聲明github.com39efc183a55c…

    Install **0.2.1 or later**: the preview-era cannot-install-third-party-plugins bug is fixed upstream (rc.7)

  • 作者聲明github.com39efc183a55c…

    a separate `.engramory-memory/` store.

  • 作者聲明github.com39efc183a55c…

    Memory is a folder of small, human-readable markdown files plus one always-loaded index.

此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-22。發現錯誤?提交更正。

🏆

最佳 DeepSeek Harness 外掛

從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。