DeepSeek Harness 插件:unified-agent-memory(共享 Obsidian Vault 的 Agent 记忆)
unified-agent-memory 是 Noelune 开发的 DSH 插件,旨在解决 dsh、Codex、Claude Code 及 Hermes 等多 Agent 记忆隔离问题。它提供共享的 Obsidian Vault 记忆仓库,结合本地 SQLite FTS5 索引实现高效检索,支持开发者直接编辑和人工审查事实。 核心功能包括覆盖知识摄取、晋升、冲突裁决及可逆遗忘(归档不删除)的全生命周期管理。插件支持基础 BM25 检索及可选的混合检索(融合语义向量与概念图谱),并通过 `memory digest` 自动提炼会话内容。安全方面具备提示词隔离与凭据脱敏机制。 安装需 Node
Read Moredsh-obsidian: Enable dsh to directly read and write local Obsidian vaults
dsh-obsidian is an MIT-licensed plugin for DeepSeek Harness (dsh) designed to enable the dsh agent to directly interact with a local Obsidian vault without relying on an MCP server, OAuth, or REST APIs. It leverages `node:fs` to treat the vault as a Markdown file system, parsing frontmatter and wikilinks, and mounts 12 `obsidian_*` tools. Features include searching, reading, writing, appending, moving, deleting (moving to trash), querying backlinks, tag statistics, and managing frontmatter properties for notes. The plugin supports explicit path configuration via `vaultPath` or automatic detection based on a provided base path.
Read MoreDSH-KRouter: An Obsidian Knowledge OS for Coding Agents
DSH-KRouter (runtime36) is a second brain in Obsidian designed for coding agents: featuring daily closure and archiving, distillation and promotion, short-term naming with dual SHA retrieval locks, and scheduled self-evolution enabled by default. It supports mounting the same vault across four platforms: Cursor, Codex, Claude Code, and DSH. The installation command is `dsh plugin --profile web add github:398894496-arch/runtime36`; it requires Python3, ripgrep (rg), and PyYAML. This tool is suitable for users who are willing to maintain the vault and alias tables with error correction as a priority, but it is not recommended for scenarios relying on vector retrieval or automatic chat injection.
Read Moredsh-client-ui-obsidian-memory: Persistent Memory for DSH Agents Using a Local Markdown Library
dsh-client-ui-obsidian-memory is a memory plugin for DSH maintained by detongz, providing persistent memory for Agents through a local Obsidian or Markdown library (Codex directory). The plugin registers five tools: obsidian_memory_read, list, search, write, and append, and displays the library status and tool descriptions in the sidebar. It requires no external services and can be used after configuring the vaultPath. This article covers the installation command, directory preparation, cordis.patch.yml configuration, and typical read/write workflows, along with notes on permissions and version dependencies.
Read Moredeep-read-summarize: Transforming Books, Papers, Videos, and Web Pages into Concise Obsidian Notes
deep-read-summarize is a DSH workflow plugin (v0.3.3, MIT) maintained by PensiveFei. It accepts books, papers, videos, or web pages as input, processes them through parser chunking, MapReduce parallel deep reading, and JSON Schema validation, and outputs Obsidian notes with YAML frontmatter. It supports npm installation and is triggered by passing JSON through the workflow tool. Configuration errors terminate the process directly, while single chunk failures are flagged without interrupting the overall workflow.
Read More