@mem-weave/server 0.2.3 → 0.3.0

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.
@@ -7,10 +7,16 @@
7
7
  <link rel="preconnect" href="https://fonts.googleapis.com">
8
8
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9
9
  <link href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,600&family=IBM+Plex+Sans:wght@400;500;600&family=JetBrains+Mono&display=swap" rel="stylesheet">
10
- <script type="module" crossorigin src="/ui/assets/index-CC-5UmYr.js"></script>
11
- <link rel="stylesheet" crossorigin href="/ui/assets/index-DWJGZZLb.css">
10
+ <script type="module" crossorigin src="/ui/assets/index-DS0P7XWe.js"></script>
11
+ <link rel="stylesheet" crossorigin href="/ui/assets/index-CFkgi-jn.css">
12
12
  </head>
13
13
  <body>
14
+ <script>
15
+ (function() {
16
+ var t = localStorage.getItem('memweave-theme');
17
+ if (t === 'dark') document.documentElement.setAttribute('data-theme', 'dark');
18
+ })();
19
+ </script>
14
20
  <div id="root"></div>
15
21
  </body>
16
22
  </html>
package/package.json CHANGED
@@ -1,40 +1,40 @@
1
- {
2
- "name": "@mem-weave/server",
3
- "version": "0.2.3",
4
- "description": "MemWeave local-first memory infrastructure for AI agents: structured memory, 4-layer retrieval (BM25 + vector + graph + causal), token-budgeted injection, server-side write deduplication, and background consolidation. Server process: Fastify REST API + CLI.",
5
- "type": "module",
6
- "main": "./dist/cli-entry.js",
7
- "types": "./dist/cli-entry.d.ts",
8
- "bin": {
9
- "memweave": "./dist/cli-entry.js"
10
- },
11
- "files": [
12
- "dist",
13
- "README.md"
14
- ],
15
- "scripts": {
16
- "build": "tsc -p tsconfig.json",
17
- "typecheck": "tsc -p tsconfig.json --noEmit",
18
- "clean": "rm -rf dist"
19
- },
20
- "engines": {
21
- "node": ">=20.0.0"
22
- },
23
- "dependencies": {
24
- "@fastify/cors": "11.2.0",
25
- "@fastify/static": "^9.1.3",
26
- "better-sqlite3": "12.10.0",
27
- "fastify": "5.8.5",
28
- "jsonc-parser": "3.3.1",
29
- "pino": "10.3.1",
30
- "sqlite-vec": "^0.1.9",
31
- "zod": "4.4.3"
32
- },
33
- "optionalDependencies": {
34
- "@xenova/transformers": "*"
35
- },
36
- "publishConfig": {
37
- "access": "public"
38
- },
39
- "license": "MIT"
40
- }
1
+ {
2
+ "name": "@mem-weave/server",
3
+ "version": "0.3.0",
4
+ "description": "MemWeave local-first memory infrastructure for AI agents: structured memory, 4-layer retrieval (BM25 + vector + graph + causal), token-budgeted injection, server-side write deduplication, and background consolidation. Server process: Fastify REST API + CLI.",
5
+ "type": "module",
6
+ "main": "./dist/cli-entry.js",
7
+ "types": "./dist/cli-entry.d.ts",
8
+ "bin": {
9
+ "memweave": "./dist/cli-entry.js"
10
+ },
11
+ "files": [
12
+ "dist",
13
+ "README.md"
14
+ ],
15
+ "scripts": {
16
+ "build": "tsc -p tsconfig.json",
17
+ "typecheck": "tsc -p tsconfig.json --noEmit",
18
+ "clean": "rm -rf dist"
19
+ },
20
+ "engines": {
21
+ "node": ">=20.0.0"
22
+ },
23
+ "dependencies": {
24
+ "@fastify/cors": "11.2.0",
25
+ "@fastify/static": "^9.1.3",
26
+ "better-sqlite3": "12.10.0",
27
+ "fastify": "5.8.5",
28
+ "jsonc-parser": "3.3.1",
29
+ "pino": "10.3.1",
30
+ "sqlite-vec": "^0.1.9",
31
+ "zod": "4.4.3"
32
+ },
33
+ "optionalDependencies": {
34
+ "@xenova/transformers": "*"
35
+ },
36
+ "publishConfig": {
37
+ "access": "public"
38
+ },
39
+ "license": "MIT"
40
+ }