{ "name": "dsh-mem0-plugins", "version": "0.2.0", "description": "Mem0 persistent memory for the DeepSeek Harness web profile — automatic recall injection, tidal-coalesced memory writes, and mem0_search/add/update/delete tools against a self-hosted Mem0 server (X-API-Key). Zero-intrusion bundle plugin; no dsh source changes.", "type": "module", "main": "src/index.js", "exports": { ".": "./src/index.js", "./backend": "./src/backend.js", "./coalesce": "./src/coalesce.js", "./formatting": "./src/formatting.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "files": [ "src", "lib", "cordis.patch.yml", "docs", "README.md", "README.zh-CN.md", "LICENSE" ], "license": "MIT", "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "mem0", "memory", "self-hosted" ], "engines": { "node": ">=22" }, "dependencies": { "@deepseek-ai/dsh-settings": "^0.1.2-alpha.3", "@deepseek-ai/dsh-tools": "^0.1.2-alpha.3", "@deepseek-ai/schemastery": "^3.18.2" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web" } } }