DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

Perseus-Computing-LLC /

perseus-vault-dsh

仅 Topic 仓库

Perseus Vault integration for DeepSeek Harness: MCP config example + native pre-step memory-injection plugin

★ 0 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub项目主页
README来源: main@d1883018

perseus-vault-dsh

Perseus Vault integration for DeepSeek Harness (dsh) — the open-source agent harness where everything is a plugin.

Two ways to connect the vault to a dsh agent:

Mode What it gives you File
MCP config row (recommended start) The vault's agent-safe tool surface as mcp__perseus_vault__* tools: remember, recall, recall_when, semantic_search, context, capture, journal, state, links, timelines — 48 tools, zero code examples/dsh-mcp/perseus-vault.cordis.yml
Native plugin Automatic pre-step memory injection: relevant memories are pushed into the system prompt before every user turn (no "remember to call recall" needed) packages/perseus-vault

Both can be mounted together — the plugin handles injection, the MCP row gives the agent explicit memory tools.

Quickstart (one command)

# 1. Install the Perseus Vault binary (pinned release)
cargo install perseus-vault@2.23.0   # or grab a release binary / Docker image

# 2. Add the bundle to a dsh profile — both the memory-injection plugin and
#    the MCP tool row are wired automatically (no hand-written config)
dsh plugin add -w @perseus-computing/dsh

(-w is required: a dsh profile is a pnpm workspace root, so pnpm's add-to-root guard must be waived explicitly.)

The agent now gets automatic pre-step memory injection plus the mcp__perseus_vault__recall / remember / capture tool surface. Adjust command (vault binary path) and other options in the web UI under Settings → Plugins → Perseus Vault, or with a --patch overlay that replaces the bundle rows.

Prefer explicit config instead of the bundle? See examples/dsh-mcp/perseus-vault.cordis.yml.

See examples/dsh-mcp/README.md and packages/perseus-vault/README.md for details.

What is Perseus Vault?

A persistent, encrypted, tamper-evident memory engine for AI agents (MIT). Durable facts with decay, bitemporal history, contradiction detection, workspace scoping, and an audit journal — one brain across projects and clients. Perseus-Computing-LLC/perseus-vault

License

MIT — see LICENSE.

—/ 5

暂无评分

需要先验证清单

Commit d1883018b764

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于