{ "name": "@furongjun1999/dsh-memory", "version": "0.4.8", "description": "灵枢(Lingshu·líng shū)DeepSeek Harness 插件:完整大脑——长期记忆/知识飞轮/自我认知/递归反思接入 DSH,对话自动沉淀进 md_cg 认知图(md 文档)", "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "import": "./lib/index.js" } }, "files": [ "lib", "src", "md_cg", "skills", "README.md", "dsh", "codebuddy", "zcode", "docs" ], "keywords": [ "deepseek", "dsh", "dsh-plugin", "cordis", "memory", "agent", "aeis", "lingshu", "multi-agent", "spatiotemporal", "knowledge-graph" ], "license": "MIT", "peerDependenciesMeta": { "@deepseek-ai/cordis": { "optional": true }, "@deepseek-ai/dsh-llm": { "optional": true }, "@deepseek-ai/dsh-session": { "optional": true }, "@deepseek-ai/dsh-system-prompt": { "optional": true }, "@deepseek-ai/dsh-tools": { "optional": true }, "@deepseek-ai/schemastery": { "optional": true } }, "peerDependencies": { "@deepseek-ai/cordis": ">=4.0.1", "@deepseek-ai/dsh-llm": ">=0.1.0-rc.6", "@deepseek-ai/dsh-session": ">=0.1.0-rc.6", "@deepseek-ai/dsh-system-prompt": ">=0.1.0-rc.6", "@deepseek-ai/dsh-tools": ">=0.1.0-rc.6", "@deepseek-ai/schemastery": ">=3.0.0" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-llm": "^0.1.0-rc.6", "@deepseek-ai/dsh-session": "^0.1.0-rc.6", "@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.6", "@deepseek-ai/dsh-tools": "^0.1.0-rc.6", "@deepseek-ai/schemastery": "^3.0.0", "@types/node": "^24.0.0", "tsx": "^4.19.0", "typescript": "^5.5.0" }, "scripts": { "build": "tsc -p tsconfig.json", "test": "npm run build && node --import tsx --test \"test/*.test.ts\"", "prepare": "npm run build", "prepublishOnly": "npm run build && npm test" }, "repository": { "type": "git", "url": "git+https://github.com/FuRongJun-1999/dsh-memory.git" }, "engines": { "node": ">=22.19" }, "dsh": { "bundle": { "patch": "./dsh/cordis.patch.yml" } } }