DSH Hub
dsh-patchouli cover

memorax-ai/dsh-patchouli

dsh-patchouli

BundleWorkflow1 GitHub stars· updated 2026-08-22

Agent knowledge hub and deepseek-harness plugin

Install

npx @deepseek-ai/dsh plugin --profile web add dsh-patchouli

Restart `dsh web` after install. Bundle APIs can change during the developer preview.

README badge

dsh-patchouli DSH Hub badge
[![DSH Hub](https://dshhub.dev/badge/dsh-patchouli.svg)](https://dshhub.dev/plugins/dsh-patchouli)

Paste this into your README. The star count updates with every catalog sync.

From the README

Excerpt from memorax-ai/dsh-patchouli, cleaned of badges and images.

<h1>Patchouli</h1> <strong>A local memory and knowledge hub for DeepSeek Harness.</strong> <br /> Integrates heterogeneous Agent data augmentation while keeping data and algorithms decoupled.

English · 简体中文

Overview

Patchouli exposes one update / retrieve / subscribe service inside DeepSeek Harness. Connectors provide trusted runtime data, memory and knowledge plugins own their algorithms, and an independent Rust backend provides durable transactional storage.

DeepSeek Harness is the first supported integration. The database backend remains harness-neutral.

Features

  • Common Memory Service with provider filters, user routing policies, and provenance.
  • Consumer-side aggregation that keeps native plugin results intact.
  • Agent Loop connector with configurable hooks and model tools.
  • Pluggable local or remote memory and knowledge implementations.
  • Managed image and workspace-file ingestion as typed Artifacts.
  • Durable subscriptions and a transactional Rust backend with SQLite and remote providers.

Plugin compatibility

Official means the upstream plugin registers the patchouli service directly. Patch means GOOJFC adapts one exact plugin version through dsh-harmony. The table distinguishes upstream integrations from version-pinned patches.

PluginTested packageCompatibilityPatchouli DB
MemoraX Code@memorax-code/[email protected] (source)OfficialNo — plugin-managed
OpenViking@openviking/[email protected]PatchNo — plugin-managed
Hindsight@vectorize-io/[email protected]PatchNo — plugin-managed
MemOS@memtensor/[email protected]PatchNo — plugin-managed
Mneme@modusensus/[email protected]PatchNo — plugin-managed
Mnemon[email protected]PatchNo — plugin-managed
Memory Gate[email protected]PatchNo — plugin-managed
Lingshu Memory@furongjun1999/[email protected]PatchNo — plugin-managed
Graph Memory[email protected]PatchNo — plugin-managed
Engramory[email protected]PatchNo — plugin-managed
Memory Evolve[email protected]PatchNo — plugin-managed

Building a DSH plugin or exploring compatibility with an existing one? Try dsh-harmony to inspect and adapt plugin behavior without maintaining an upstream fork.

Install and use

Requires Node.js ^22.19.0 || >=24, pnpm 11, and a DeepSeek Harness runtime compatible with 0.1.0-rc.6. Install the database daemon first:

Related plugins