agent-working-memory 0.7.3 → 0.7.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,57 +1,57 @@
1
- {
2
- "name": "agent-working-memory",
3
- "version": "0.7.3",
4
- "description": "Cognitive memory layer for AI agents — activation-based retrieval, salience filtering, associative connections",
5
- "type": "module",
6
- "main": "dist/index.js",
7
- "bin": {
8
- "awm": "dist/cli.js"
9
- },
10
- "scripts": {
11
- "build": "tsc",
12
- "dev": "tsx watch src/index.ts",
13
- "start": "node dist/index.js",
14
- "test": "vitest",
15
- "test:run": "vitest run",
16
- "mcp": "tsx src/mcp.ts",
17
- "test:mcp": "tsx tests/mcp-smoke.ts",
18
- "test:self": "tsx tests/self-test/runner.ts",
19
- "test:workday": "tsx tests/workday-eval/runner.ts",
20
- "test:locomo": "tsx tests/locomo-eval/runner.ts",
21
- "test:tokens": "tsx tests/token-savings/runner.ts",
22
- "test:realworld": "tsx tests/realworld-eval/runner.ts",
23
- "test:ab": "tsx tests/ab-test/runner.ts",
24
- "test:sleep": "tsx tests/sleep-cycle/runner.ts",
25
- "test:stress": "tsx tests/stress-test/runner.ts",
26
- "test:edge": "tsx tests/edge-cases/runner.ts",
27
- "test:pilot": "tsx tests/pilot-metrics/runner.ts",
28
- "eval": "tsx tests/eval/run.ts",
29
- "eval:generate": "tsx tests/eval/generate.ts",
30
- "test:all": "vitest run && tsx tests/mcp-smoke.ts"
31
- },
32
- "engines": {
33
- "node": ">=20.0.0"
34
- },
35
- "license": "Apache-2.0",
36
- "files": [
37
- "dist/",
38
- "src/",
39
- "package.json",
40
- "README.md",
41
- "LICENSE"
42
- ],
43
- "dependencies": {
44
- "@huggingface/transformers": "^3.8.1",
45
- "@modelcontextprotocol/sdk": "^1.27.1",
46
- "better-sqlite3": "^12.6.2",
47
- "fastify": "^5.8.2",
48
- "zod": "^4.3.6"
49
- },
50
- "devDependencies": {
51
- "@types/better-sqlite3": "^7.6.13",
52
- "@types/node": "^25.3.5",
53
- "tsx": "^4.21.0",
54
- "typescript": "^5.9.3",
55
- "vitest": "^4.0.18"
56
- }
57
- }
1
+ {
2
+ "name": "agent-working-memory",
3
+ "version": "0.7.6",
4
+ "description": "Cognitive memory layer for AI agents — activation-based retrieval, salience filtering, associative connections",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "bin": {
8
+ "awm": "dist/cli.js"
9
+ },
10
+ "scripts": {
11
+ "build": "tsc",
12
+ "dev": "tsx watch src/index.ts",
13
+ "start": "node dist/index.js",
14
+ "test": "vitest",
15
+ "test:run": "vitest run",
16
+ "mcp": "tsx src/mcp.ts",
17
+ "test:mcp": "tsx tests/mcp-smoke.ts",
18
+ "test:self": "tsx tests/self-test/runner.ts",
19
+ "test:workday": "tsx tests/workday-eval/runner.ts",
20
+ "test:locomo": "tsx tests/locomo-eval/runner.ts",
21
+ "test:tokens": "tsx tests/token-savings/runner.ts",
22
+ "test:realworld": "tsx tests/realworld-eval/runner.ts",
23
+ "test:ab": "tsx tests/ab-test/runner.ts",
24
+ "test:sleep": "tsx tests/sleep-cycle/runner.ts",
25
+ "test:stress": "tsx tests/stress-test/runner.ts",
26
+ "test:edge": "tsx tests/edge-cases/runner.ts",
27
+ "test:pilot": "tsx tests/pilot-metrics/runner.ts",
28
+ "eval": "tsx tests/eval/run.ts",
29
+ "eval:generate": "tsx tests/eval/generate.ts",
30
+ "test:all": "vitest run && tsx tests/mcp-smoke.ts"
31
+ },
32
+ "engines": {
33
+ "node": ">=20.0.0"
34
+ },
35
+ "license": "Apache-2.0",
36
+ "files": [
37
+ "dist/",
38
+ "src/",
39
+ "package.json",
40
+ "README.md",
41
+ "LICENSE"
42
+ ],
43
+ "dependencies": {
44
+ "@huggingface/transformers": "^3.8.1",
45
+ "@modelcontextprotocol/sdk": "^1.27.1",
46
+ "better-sqlite3": "^12.6.2",
47
+ "fastify": "^5.8.2",
48
+ "zod": "^4.3.6"
49
+ },
50
+ "devDependencies": {
51
+ "@types/better-sqlite3": "^7.6.13",
52
+ "@types/node": "^25.3.5",
53
+ "tsx": "^4.21.0",
54
+ "typescript": "^5.9.3",
55
+ "vitest": "^4.0.18"
56
+ }
57
+ }