memorax-ai / dsh-patchouli

已收录

Agent knowledge hub and deepseek-harness plugin

main会话 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:memorax-ai/dsh-patchouli

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 91ccf75同步于 2026年8月17日
Patchouli

Patchouli

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

English · 简体中文

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.
  • 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/dsh-adapter@0.1.2 (source)OfficialNo — plugin-managed
OpenViking@openviking/dsh-memory-plugin@0.1.0PatchNo — plugin-managed
Hindsight@vectorize-io/hindsight-coding-agents@0.3.4PatchNo — plugin-managed
MemOS@memtensor/memos-local-plugin@2.0.16-beta.1PatchNo — plugin-managed
Mneme@modusensus/dsh-mneme@0.3.7PatchNo — plugin-managed
Mnemondsh-mnemon@0.1.6PatchNo — plugin-managed
Memory Gatedsh-memory-gate@0.9.0PatchNo — plugin-managed
Lingshu Memory@furongjun1999/dsh-memory@0.2.8PatchNo — plugin-managed
Graph Memorygraph-memory@1.5.8PatchNo — plugin-managed
Engramorydsh-engramory@0.2.0PatchNo — plugin-managed
Memory Evolvedsh-memory-evolve@0.1.0PatchNo — 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. Until the first packaged release, install the current source branch:

git clone --branch main --single-branch https://github.com/memorax-ai/dsh-patchouli.git
cd dsh-patchouli
corepack enable
pnpm install
cargo install --locked --path crates/server
patchouli-db init --root "$HOME/.patchouli"
dsh plugin --profile web add \
  . \
  ./packages/agent-loop \
  ./packages/artifact-ingestor \
  ./packages/session-indexer \
  ./packages/workspace-indexer
dsh --profile web --dump-config

Rust stable and a C toolchain are required to build the transactional database backend. 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. By default, the Agent Loop connector retrieves before each agent step, stores completed turns, and exposes memory update and retrieval tools to the model.

The workspace package paths are required only for a source link: install; published releases install these dependencies with the root package.

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.

项目文件与信号

以下项目是目录快照中检测到的公开仓库信号。

测试已检测
贡献指南已检测
示例已检测

仓库信息

开发语言
Rust
许可证
MIT
最新发布
v0.1.0
最后更新
2026年8月17日 05:39

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。