memorax-ai/dsh-patchouli 预览 preview

memorax-ai/dsh-patchouli

智能体知识中枢与DeepSeek-harness插件

项目介绍Project Overview

Patchouli 是 DeepSeek Harness 的本地记忆与知识中枢,在 DSH 内提供统一的 update、retrieve、subscribe 服务。它通过连接器接入运行时数据,聚合多个记忆/知识插件结果,并用 Rust 与 SQLite 提供事务存储。适合需要为 Agent 增加可路由、可追溯记忆或统一知识检索时使用。注意:需注册兼容插件,首次使用会下载校验过的守护进程二进制。

Patchouli is a local memory and knowledge hub for DeepSeek Harness, exposing unified update, retrieve, and subscribe services. It connects runtime data through connectors, aggregates results from pluggable memory or knowledge plugins, and uses a Rust backend with SQLite for transactional storage. Use it when agents need routed, provenance-tracked memory or shared knowledge retrieval. Caveat: at least one compatible plugin is required, and first use downloads a checksum-verified daemon binary.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add dsh-patchouli

memorax-ai/dsh-patchouli 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

Patchouli

Patchouli

A local memory and knowledge hub for DeepSeek Harness.
Integrates heterogeneous Agent data augmentation while keeping data and algorithms decoupled.

English · 简体中文

Powered by Harmony Documentation CI License: MIT Node.js Rust

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.
  • Incremental retrieval streams with backpressure and a final complete aggregate.
  • 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.

Plugin Tested package Compatibility Patchouli DB
MemoraX Code @memorax-code/dsh-adapter@0.1.2 (source) Official No — plugin-managed
OpenViking @openviking/dsh-memory-plugin@0.1.0 Patch No — plugin-managed
Hindsight @vectorize-io/hindsight-coding-agents@0.3.4 Patch No — plugin-managed
MemOS @memtensor/memos-local-plugin@2.0.16-beta.1 Patch No — plugin-managed
Mneme @modusensus/dsh-mneme@0.3.7 Patch No — plugin-managed
Mnemon dsh-mnemon@0.1.6 Patch No — plugin-managed
Memory Gate dsh-memory-gate@0.9.0 Patch No — plugin-managed
Lingshu Memory @furongjun1999/dsh-memory@0.2.8 Patch No — plugin-managed
Graph Memory graph-memory@1.5.8 Patch No — plugin-managed
Engramory dsh-engramory@0.2.0 Patch No — plugin-managed
Memory Evolve dsh-memory-evolve@0.1.0 Patch No — 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:

dsh plugin --profile web add dsh-patchouli
dsh --profile web --dump-config

The plugin includes patchouli-db as a dependency. On first use it downloads the matching, checksum-verified daemon binary from the same-version GitHub release and initializes the default local database home. The bundled DSH profile enables its storage client by default; it connects to the local daemon and starts it when needed. The last command should list patchouli, patchouli-storage, and the connector plugins. Register at least one compatible memory or knowledge plugin to handle routed update, retrieve, and subscribe calls.

See the Getting started guide for configuration and platform-specific details.

What does the plugin's name mean???

The name refers directly to Patchouli Knowledge, and also pays tribute to the widely known Minecraft mod Patchouli.

上一个 Prev dsh-testkit 下一个 Next dsh-custom-font