Perseus-Computing-LLC / perseus-vault-dsh

목록에 있음

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

main세션 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:Perseus-Computing-LLC/perseus-vault-dsh

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 d188301동기화 2026. 8. 18.

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:

ModeWhat it gives youFile
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 codeexamples/dsh-mcp/perseus-vault.cordis.yml
Native pluginAutomatic 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.

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

문서감지됨
예제감지됨

저장소 정보

언어
TypeScript
라이선스
MIT
마지막 업데이트
2026. 8. 16. 오후 6:44

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.