File size: 934 Bytes
798bb7a
ab87cec
798bb7a
ba97324
798bb7a
 
 
ab87cec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
798bb7a
ab87cec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
798bb7a
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "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"
  }
}