@agentmemory/agentmemory 0.9.13 → 0.9.14
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 +23 -21
- package/dist/cli.mjs +403 -84
- package/dist/cli.mjs.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{src-Ca9oX6Hq.mjs → src-BBI-ah3h.mjs} +4 -3
- package/dist/src-BBI-ah3h.mjs.map +1 -0
- package/dist/{standalone-BpbiNqr9.mjs → standalone-Cf5sp0XM.mjs} +2 -2
- package/dist/{standalone-BpbiNqr9.mjs.map → standalone-Cf5sp0XM.mjs.map} +1 -1
- package/dist/standalone.mjs +1 -1
- package/dist/standalone.mjs.map +1 -1
- package/dist/{tools-registry-D5l632PP.mjs → tools-registry-BDimtXJb.mjs} +2 -2
- package/dist/{tools-registry-D5l632PP.mjs.map → tools-registry-BDimtXJb.mjs.map} +1 -1
- package/package.json +6 -6
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/plugin/.codex-plugin/plugin.json +1 -1
- package/dist/src-Ca9oX6Hq.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 "./cli.mjs";
|
|
2
2
|
import { a as isManagedImagePath, getImageRefCount, i as getMaxBytes, n as IMAGES_DIR, r as deleteImage, t as withKeyedLock } from "./image-refs-HVu22rfu.mjs";
|
|
3
|
-
import { _ as loadSnapshotConfig, a as detectLlmProviderKind, d as isContextInjectionEnabled, f as isGraphExtractionEnabled, g as loadFallbackConfig, h as loadEmbeddingConfig, i as detectEmbeddingProvider, l as isAutoCompressEnabled, m as loadConfig, n as getVisibleTools, o as getConsolidationDecayDays, p as loadClaudeBridgeConfig, r as VERSION, s as getEnvVar, t as getAllTools, u as isConsolidationEnabled, v as loadTeamConfig } from "./tools-registry-
|
|
3
|
+
import { _ as loadSnapshotConfig, a as detectLlmProviderKind, d as isContextInjectionEnabled, f as isGraphExtractionEnabled, g as loadFallbackConfig, h as loadEmbeddingConfig, i as detectEmbeddingProvider, l as isAutoCompressEnabled, m as loadConfig, n as getVisibleTools, o as getConsolidationDecayDays, p as loadClaudeBridgeConfig, r as VERSION, s as getEnvVar, t as getAllTools, u as isConsolidationEnabled, v as loadTeamConfig } from "./tools-registry-BDimtXJb.mjs";
|
|
4
4
|
import { createRequire } from "node:module";
|
|
5
5
|
import { execFile } from "node:child_process";
|
|
6
6
|
import { constants, existsSync, mkdirSync, readFileSync, writeFileSync } from "node:fs";
|
|
@@ -5680,7 +5680,8 @@ function registerExportImportFunction(sdk, kv) {
|
|
|
5680
5680
|
"0.9.10",
|
|
5681
5681
|
"0.9.11",
|
|
5682
5682
|
"0.9.12",
|
|
5683
|
-
"0.9.13"
|
|
5683
|
+
"0.9.13",
|
|
5684
|
+
"0.9.14"
|
|
5684
5685
|
]).has(importData.version)) return {
|
|
5685
5686
|
success: false,
|
|
5686
5687
|
error: `Unsupported export version: ${importData.version}`
|
|
@@ -18393,4 +18394,4 @@ main().catch((err) => {
|
|
|
18393
18394
|
|
|
18394
18395
|
//#endregion
|
|
18395
18396
|
export { };
|
|
18396
|
-
//# sourceMappingURL=src-
|
|
18397
|
+
//# sourceMappingURL=src-BBI-ah3h.mjs.map
|