@joshuaswarren/openclaw-engram 9.0.94 → 9.0.95
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 +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13966,12 +13966,12 @@ Use this context naturally when relevant. Never quote or expose this memory cont
|
|
|
13966
13966
|
log.error("failed to auto-register hourly summary cron job:", err);
|
|
13967
13967
|
}
|
|
13968
13968
|
}
|
|
13969
|
+
registerTools(api, orchestrator);
|
|
13970
|
+
if (orchestrator.lcmEngine?.enabled) {
|
|
13971
|
+
registerLcmTools(api, orchestrator.lcmEngine);
|
|
13972
|
+
}
|
|
13969
13973
|
if (isFirstRegistration) {
|
|
13970
|
-
registerTools(api, orchestrator);
|
|
13971
13974
|
registerCli(api, orchestrator);
|
|
13972
|
-
if (orchestrator.lcmEngine?.enabled) {
|
|
13973
|
-
registerLcmTools(api, orchestrator.lcmEngine);
|
|
13974
|
-
}
|
|
13975
13975
|
}
|
|
13976
13976
|
let activeOpikExporter = null;
|
|
13977
13977
|
if (isFirstRegistration) api.registerService({
|