@agentmemory/agentmemory 0.9.23 → 0.9.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/dist/cli.d.mts.map +1 -1
- package/dist/cli.mjs +15 -12
- package/dist/cli.mjs.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{src-DvS3bhMe.mjs → src-B8J9Exum.mjs} +4 -3
- package/dist/src-B8J9Exum.mjs.map +1 -0
- package/dist/{standalone-DHQcPX_g.mjs → standalone-CPfsVTBA.mjs} +2 -2
- package/dist/{standalone-DHQcPX_g.mjs.map → standalone-CPfsVTBA.mjs.map} +1 -1
- package/dist/standalone.mjs +1 -1
- package/dist/standalone.mjs.map +1 -1
- package/dist/version-BWEBnKAp.mjs +6 -0
- package/dist/version-BWEBnKAp.mjs.map +1 -0
- package/package.json +1 -1
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/plugin/.codex-plugin/plugin.json +1 -1
- package/plugin/plugin.json +1 -1
- package/dist/src-DvS3bhMe.mjs.map +0 -1
- package/dist/version-BPfyI4Kc.mjs +0 -6
- package/dist/version-BPfyI4Kc.mjs.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as jaccardSimilarity, i as generateId, n as STREAM, r as fingerprintId, t as KV } from "./schema-BkALl7Z_.mjs";
|
|
2
2
|
import { n as logger, t as bootLog } from "./logger-xlVlvCWX.mjs";
|
|
3
|
-
import { t as VERSION } from "./version-
|
|
3
|
+
import { t as VERSION } from "./version-BWEBnKAp.mjs";
|
|
4
4
|
import { a as isManagedImagePath, getImageRefCount, i as getMaxBytes, n as IMAGES_DIR, r as deleteImage, t as withKeyedLock } from "./image-refs-CJS5B9Gq.mjs";
|
|
5
5
|
import { _ as loadEmbeddingConfig, a as getAgentId, b as loadTeamConfig, d as isConsolidationEnabled, f as isContextInjectionEnabled, g as loadConfig, h as loadClaudeBridgeConfig, i as detectLlmProviderKind, l as isAgentScopeIsolated, m as isGraphExtractionEnabled, n as getVisibleTools, o as getConsolidationDecayDays, p as isDropStaleIndexEnabled, r as detectEmbeddingProvider, s as getEnvVar, t as getAllTools, u as isAutoCompressEnabled, v as loadFallbackConfig, y as loadSnapshotConfig } from "./tools-registry-DJizX9Az.mjs";
|
|
6
6
|
import { createRequire } from "node:module";
|
|
@@ -6445,7 +6445,8 @@ function registerExportImportFunction(sdk, kv) {
|
|
|
6445
6445
|
"0.9.20",
|
|
6446
6446
|
"0.9.21",
|
|
6447
6447
|
"0.9.22",
|
|
6448
|
-
"0.9.23"
|
|
6448
|
+
"0.9.23",
|
|
6449
|
+
"0.9.24"
|
|
6449
6450
|
]).has(importData.version)) return {
|
|
6450
6451
|
success: false,
|
|
6451
6452
|
error: `Unsupported export version: ${importData.version}`
|
|
@@ -19778,4 +19779,4 @@ main().catch((err) => {
|
|
|
19778
19779
|
|
|
19779
19780
|
//#endregion
|
|
19780
19781
|
export { };
|
|
19781
|
-
//# sourceMappingURL=src-
|
|
19782
|
+
//# sourceMappingURL=src-B8J9Exum.mjs.map
|