@remnic/plugin-openclaw 1.0.22 → 1.0.24
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 +15 -0
- package/dist/{calibration-WBEDZUR3.js → calibration-V6NBBNCD.js} +1 -1
- package/dist/{causal-consolidation-K65BZXWS.js → causal-consolidation-TSDDWHLO.js} +3 -3
- package/dist/{chunk-BCKAR3OK.js → chunk-24MGN4E3.js} +12 -6
- package/dist/{chunk-TLVIQLB4.js → chunk-7JOLBJJ5.js} +1 -1
- package/dist/{chunk-TILAJIJR.js → chunk-LJ2Q4UDE.js} +25 -35
- package/dist/{chunk-7UZNLMW5.js → chunk-MZ3LGDXW.js} +2 -2
- package/dist/{chunk-HRGFO6AW.js → chunk-W6EEFUCJ.js} +1 -1
- package/dist/{chunk-URJUGPZW.js → chunk-WZU2H3I4.js} +3 -3
- package/dist/{chunk-CDAZGIGT.js → chunk-XM3SU6WL.js} +1 -1
- package/dist/{engine-KJWHWWLM.js → engine-2DZ5FF5Q.js} +2 -2
- package/dist/{fallback-llm-7PHTDZ4M.js → fallback-llm-EGB622FE.js} +1 -1
- package/dist/index.js +410 -364
- package/dist/{memory-governance-SJ5DGRB3.js → memory-governance-7YPDMYCE.js} +2 -2
- package/dist/{migrate-from-identity-anchor-N3354WMP.js → migrate-from-identity-anchor-7MMSPEUM.js} +1 -1
- package/dist/{peers-JF2I6RCR.js → peers-KRFXWRQ6.js} +2 -2
- package/dist/{storage-PTQ2H2YJ.js → storage-I26Y7X4D.js} +1 -1
- package/openclaw.plugin.json +6 -6
- package/package.json +5 -2
|
@@ -6,9 +6,9 @@ import {
|
|
|
6
6
|
readMemoryGovernanceRunArtifact,
|
|
7
7
|
restoreMemoryGovernanceRun,
|
|
8
8
|
runMemoryGovernance
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-XM3SU6WL.js";
|
|
10
10
|
import "./chunk-4G2XCSD2.js";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-MZ3LGDXW.js";
|
|
12
12
|
import "./chunk-6OJAU466.js";
|
|
13
13
|
import "./chunk-RKR6PTPA.js";
|
|
14
14
|
import "./chunk-UFU5GGGA.js";
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
buildPeerProfileReasonerPrompt,
|
|
3
3
|
parsePeerProfileReasonerResponse,
|
|
4
4
|
runPeerProfileReasoner
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-W6EEFUCJ.js";
|
|
6
6
|
import {
|
|
7
7
|
PEERS_DIR_NAME,
|
|
8
8
|
PEER_ID_MAX_LENGTH,
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
readPeerProfile,
|
|
20
20
|
writePeer,
|
|
21
21
|
writePeerProfile
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-7JOLBJJ5.js";
|
|
23
23
|
import "./chunk-MLKGABMK.js";
|
|
24
24
|
export {
|
|
25
25
|
PEERS_DIR_NAME,
|
package/openclaw.plugin.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "openclaw-remnic",
|
|
3
3
|
"name": "Remnic OpenClaw Plugin",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.24",
|
|
5
5
|
"kind": "memory",
|
|
6
6
|
"description": "Local semantic memory for OpenClaw. Requires plugins.slots.memory set to this plugin id for hooks to fire.",
|
|
7
7
|
"setup": {
|
|
@@ -792,13 +792,13 @@
|
|
|
792
792
|
"default": "balanced",
|
|
793
793
|
"description": "Prompt assembly style for the active-recall surface."
|
|
794
794
|
},
|
|
795
|
-
"
|
|
795
|
+
"activeRecallCustomInstruction": {
|
|
796
796
|
"type": "string",
|
|
797
|
-
"description": "Optional
|
|
797
|
+
"description": "Optional custom guidance for the active-recall builder."
|
|
798
798
|
},
|
|
799
799
|
"activeRecallPromptAppend": {
|
|
800
800
|
"type": "string",
|
|
801
|
-
"description": "Optional
|
|
801
|
+
"description": "Optional additional guidance appended to the active-recall builder."
|
|
802
802
|
},
|
|
803
803
|
"activeRecallMaxSummaryChars": {
|
|
804
804
|
"type": "integer",
|
|
@@ -1334,7 +1334,7 @@
|
|
|
1334
1334
|
"injectQuestions": {
|
|
1335
1335
|
"type": "boolean",
|
|
1336
1336
|
"default": false,
|
|
1337
|
-
"description": "
|
|
1337
|
+
"description": "Include the most relevant open question in generated memory context"
|
|
1338
1338
|
},
|
|
1339
1339
|
"commitmentDecayDays": {
|
|
1340
1340
|
"type": "number",
|
|
@@ -4771,7 +4771,7 @@
|
|
|
4771
4771
|
},
|
|
4772
4772
|
"injectQuestions": {
|
|
4773
4773
|
"label": "Inject Questions",
|
|
4774
|
-
"help": "Include the most relevant open question in
|
|
4774
|
+
"help": "Include the most relevant open question in generated memory context"
|
|
4775
4775
|
},
|
|
4776
4776
|
"commitmentDecayDays": {
|
|
4777
4777
|
"label": "Commitment Decay (days)",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remnic/plugin-openclaw",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.24",
|
|
4
4
|
"description": "OpenClaw adapter for Remnic memory — thin wrapper delegating to @remnic/core",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"openclaw": ">=2026.4.8"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
+
"@openclaw/plugin-inspector": "0.3.10",
|
|
44
45
|
"tsup": "^8.5.1",
|
|
45
46
|
"typescript": "^5.9.3"
|
|
46
47
|
},
|
|
@@ -59,6 +60,8 @@
|
|
|
59
60
|
],
|
|
60
61
|
"scripts": {
|
|
61
62
|
"build": "tsup --config tsup.config.ts",
|
|
62
|
-
"check-types": "tsc --noEmit"
|
|
63
|
+
"check-types": "tsc --noEmit",
|
|
64
|
+
"plugin:inspect": "plugin-inspector check --config plugin-inspector.config.json --no-openclaw",
|
|
65
|
+
"plugin:inspect:runtime": "pnpm run build && PLUGIN_INSPECTOR_EXECUTE_ISOLATED=1 plugin-inspector check --config plugin-inspector.config.json --no-openclaw --runtime --mock-sdk"
|
|
63
66
|
}
|
|
64
67
|
}
|