@xdarkicex/openclaw-memory-libravdb 1.10.1-beta.3 → 1.10.1-beta.5
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/dist/index.js +5 -0
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -35695,6 +35695,11 @@ ${card.trim()}
|
|
|
35695
35695
|
);
|
|
35696
35696
|
}
|
|
35697
35697
|
});
|
|
35698
|
+
api.on("before_prompt_build", async () => {
|
|
35699
|
+
const rulesText = buildRulesContext();
|
|
35700
|
+
if (!rulesText) return;
|
|
35701
|
+
return { prependSystemContext: rulesText };
|
|
35702
|
+
});
|
|
35698
35703
|
api.on("session_end", async (_event, ctx) => {
|
|
35699
35704
|
const sessionId = ctx?.sessionId;
|
|
35700
35705
|
if (sessionId) clearSessionTrigger(sessionId);
|
package/openclaw.plugin.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "libravdb-memory",
|
|
3
3
|
"name": "LibraVDB Memory",
|
|
4
4
|
"description": "Cognitive memory engine — causal graph reasoning, predictive context, identity tracking, and hybrid vector recall with back-door adjustment scoring",
|
|
5
|
-
"version": "1.10.1-beta.
|
|
5
|
+
"version": "1.10.1-beta.5",
|
|
6
6
|
"kind": [
|
|
7
7
|
"memory",
|
|
8
8
|
"context-engine"
|