@joshuaswarren/openclaw-engram 9.1.21 → 9.1.23

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.
@@ -2,11 +2,11 @@
2
2
  import {
3
3
  CompoundingEngine,
4
4
  defaultTierMigrationCycleBudget
5
- } from "./chunk-EM2BU45W.js";
5
+ } from "./chunk-PIQWOQEX.js";
6
6
  import "./chunk-Y6DMH5LN.js";
7
7
  import "./chunk-SSIIJJKA.js";
8
8
  export {
9
9
  CompoundingEngine,
10
10
  defaultTierMigrationCycleBudget
11
11
  };
12
- //# sourceMappingURL=engine-ZPZYNGSE.js.map
12
+ //# sourceMappingURL=engine-UGYPARP3.js.map
@@ -1,9 +1,9 @@
1
1
  // openclaw-engram: Local-first memory plugin
2
2
  import {
3
3
  FallbackLlmClient
4
- } from "./chunk-FP3MUEPD.js";
4
+ } from "./chunk-4722S3A6.js";
5
5
  import "./chunk-SSIIJJKA.js";
6
6
  export {
7
7
  FallbackLlmClient
8
8
  };
9
- //# sourceMappingURL=fallback-llm-3DXDWI5H.js.map
9
+ //# sourceMappingURL=fallback-llm-PKOQ6PB5.js.map
package/dist/index.js CHANGED
@@ -83,8 +83,8 @@ import {
83
83
  validateRouteTarget,
84
84
  validateWorkProductLedgerEntry,
85
85
  wrapWorkLayerContext
86
- } from "./chunk-3ILF2OUT.js";
87
- import "./chunk-EM2BU45W.js";
86
+ } from "./chunk-S6X3YWYF.js";
87
+ import "./chunk-PIQWOQEX.js";
88
88
  import {
89
89
  getCausalTrajectoryStoreStatus
90
90
  } from "./chunk-IMMYYNXG.js";
@@ -111,7 +111,7 @@ import {
111
111
  import {
112
112
  analyzeGraphHealth
113
113
  } from "./chunk-6KX4XLQJ.js";
114
- import "./chunk-FP3MUEPD.js";
114
+ import "./chunk-4722S3A6.js";
115
115
  import {
116
116
  assertIsoRecordedAt,
117
117
  assertSafePathSegment,
@@ -9441,7 +9441,7 @@ async function runSemanticRulePromoteCliCommand(options) {
9441
9441
  });
9442
9442
  }
9443
9443
  async function runCompoundingPromoteCliCommand(options) {
9444
- const { CompoundingEngine } = await import("./engine-ZPZYNGSE.js");
9444
+ const { CompoundingEngine } = await import("./engine-UGYPARP3.js");
9445
9445
  const config = parseConfig({
9446
9446
  memoryDir: options.memoryDir,
9447
9447
  qmdEnabled: false,
@@ -13642,7 +13642,10 @@ var pluginDefinition = {
13642
13642
  });
13643
13643
  initLogger(api.logger, cfg.debug);
13644
13644
  log.info(
13645
- `initialized (debug=${cfg.debug}, qmdEnabled=${cfg.qmdEnabled}, transcriptEnabled=${cfg.transcriptEnabled}, hourlySummariesEnabled=${cfg.hourlySummariesEnabled}, localLlmEnabled=${cfg.localLlmEnabled}${cfg.localLlmFastEnabled ? `, fastLlm=${cfg.localLlmFastModel || "(primary)"}` : ""})`
13645
+ `initialized (debug=${cfg.debug}, qmdEnabled=${cfg.qmdEnabled}, transcriptEnabled=${cfg.transcriptEnabled}, hourlySummariesEnabled=${cfg.hourlySummariesEnabled})`
13646
+ );
13647
+ log.debug(
13648
+ `init llm routing (modelSource=${cfg.modelSource}, localLlmEnabled=${cfg.localLlmEnabled}${cfg.localLlmFastEnabled ? `, fastLlm=${cfg.localLlmFastModel || "(primary)"}` : ""})`
13646
13649
  );
13647
13650
  const existing = globalThis.__openclawEngramOrchestrator;
13648
13651
  const orchestrator = existing?.recall ? existing : new Orchestrator(cfg);