@agentmemory/agentmemory 0.8.5 → 0.8.6
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 +12 -12
- package/dist/cli.mjs +5 -5
- package/dist/cli.mjs.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{src-BuDB8dPq.mjs → src-DjVaT_sI.mjs} +4 -3
- package/dist/src-DjVaT_sI.mjs.map +1 -0
- package/dist/{standalone-CxAvUMQk.mjs → standalone-C7tRDaiu.mjs} +4 -4
- package/dist/standalone-C7tRDaiu.mjs.map +1 -0
- package/dist/standalone.mjs +3 -3
- package/dist/standalone.mjs.map +1 -1
- package/dist/{tools-registry-B9EXJvIf.mjs → tools-registry-BYzapMJi.mjs} +2 -2
- package/dist/tools-registry-BYzapMJi.mjs.map +1 -0
- package/package.json +1 -1
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/dist/src-BuDB8dPq.mjs.map +0 -1
- package/dist/standalone-CxAvUMQk.mjs.map +0 -1
- package/dist/tools-registry-B9EXJvIf.mjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as jaccardSimilarity, i as generateId, n as STREAM, r as fingerprintId, t as KV } from "./cli.mjs";
|
|
2
|
-
import { a as getEnvVar, c as isGraphExtractionEnabled, d as loadEmbeddingConfig, f as loadFallbackConfig, i as getConsolidationDecayDays, l as loadClaudeBridgeConfig, m as loadTeamConfig, n as VERSION, p as loadSnapshotConfig, r as detectEmbeddingProvider, s as isConsolidationEnabled, t as getVisibleTools, u as loadConfig } from "./tools-registry-
|
|
2
|
+
import { a as getEnvVar, c as isGraphExtractionEnabled, d as loadEmbeddingConfig, f as loadFallbackConfig, i as getConsolidationDecayDays, l as loadClaudeBridgeConfig, m as loadTeamConfig, n as VERSION, p as loadSnapshotConfig, r as detectEmbeddingProvider, s as isConsolidationEnabled, t as getVisibleTools, u as loadConfig } from "./tools-registry-BYzapMJi.mjs";
|
|
3
3
|
import { execFile } from "node:child_process";
|
|
4
4
|
import { existsSync, mkdirSync, readFileSync, writeFileSync } from "node:fs";
|
|
5
5
|
import { dirname, join, resolve, sep } from "node:path";
|
|
@@ -3896,7 +3896,8 @@ function registerExportImportFunction(sdk, kv) {
|
|
|
3896
3896
|
"0.8.2",
|
|
3897
3897
|
"0.8.3",
|
|
3898
3898
|
"0.8.4",
|
|
3899
|
-
"0.8.5"
|
|
3899
|
+
"0.8.5",
|
|
3900
|
+
"0.8.6"
|
|
3900
3901
|
]).has(importData.version)) return {
|
|
3901
3902
|
success: false,
|
|
3902
3903
|
error: `Unsupported export version: ${importData.version}`
|
|
@@ -13938,4 +13939,4 @@ main().catch((err) => {
|
|
|
13938
13939
|
|
|
13939
13940
|
//#endregion
|
|
13940
13941
|
export { };
|
|
13941
|
-
//# sourceMappingURL=src-
|
|
13942
|
+
//# sourceMappingURL=src-DjVaT_sI.mjs.map
|