{ "name": "@agentframe/dsh-compaction", "version": "0.1.0", "description": "AgentFrame compaction backend for DeepSeek Harness: semantic + physical KV compression (28.4x) replacing LLM summarization", "main": "lib/index.js", "types": "lib/index.d.ts", "license": "GPL-3.0", "keywords": [ "deepseek", "harness", "dsh", "dsh-plugin", "compaction", "kv-cache", "agent", "memory" ], "peerDependencies": { "@deepseek-ai/cordis": ">=4.0.0", "@deepseek-ai/dsh-compaction": ">=0.1.0", "@deepseek-ai/dsh-session": ">=0.1.0", "@deepseek-ai/dsh-llm": ">=0.1.0", "@deepseek-ai/dsh-agent": ">=0.1.0" }, "scripts": { "build": "tsc -b tsconfig.json", "test": "tsx tests/smoke.ts" }, "devDependencies": { "typescript": "^5.0.0", "tsx": "^4.0.0" }, "files": [ "lib", "src", "README.md" ], "publishConfig": { "access": "public" } }