@digitalforgestudios/openclaw-sulcus 6.6.6 → 7.2.1
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/README.md +137 -56
- package/hooks.defaults.json +0 -0
- package/index.js +1893 -162
- package/index.ts +403 -25
- package/openclaw.plugin.json +30 -0
- package/package.json +3 -3
- package/wasm/sulcus_wasm.js +0 -0
- package/wasm/sulcus_wasm_bg.wasm +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitalforgestudios/openclaw-sulcus",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "7.2.1",
|
|
4
|
+
"description": "Thermodynamic memory for OpenClaw agents. Context Engine with constructive assembly and overflow prevention. SIU v2 pipeline (SIVU/SICU/SILU), Apache AGE knowledge graph, reactive triggers, multi-signal recall, interaction-based decay, local-first architecture with cloud sync.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"openclaw",
|
|
7
7
|
"openclaw-plugin",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
},
|
|
59
59
|
"main": "index.js",
|
|
60
60
|
"scripts": {
|
|
61
|
-
"build": "npx esbuild index.ts --bundle --platform=node --target=node18 --outfile=index.js --external:openclaw --external:koffi --format=cjs",
|
|
61
|
+
"build": "npx esbuild index.ts --bundle --platform=node --target=node18 --outfile=index.js --external:openclaw --external:koffi --external:@anthropic-ai/openclaw-plugin-sdk --format=cjs",
|
|
62
62
|
"prepublishOnly": "npm run build"
|
|
63
63
|
}
|
|
64
64
|
}
|
package/wasm/sulcus_wasm.js
CHANGED
|
File without changes
|
package/wasm/sulcus_wasm_bg.wasm
CHANGED
|
File without changes
|