@agentmemory/agentmemory 0.8.6 → 0.8.7
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 +0 -9
- package/dist/cli.mjs +4 -4
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{src-DjVaT_sI.mjs → src-DUTxjrOM.mjs} +4 -3
- package/dist/src-DUTxjrOM.mjs.map +1 -0
- package/dist/{standalone-C7tRDaiu.mjs → standalone-DF1_-GHr.mjs} +2 -2
- package/dist/{standalone-C7tRDaiu.mjs.map → standalone-DF1_-GHr.mjs.map} +1 -1
- package/dist/standalone.mjs +1 -1
- package/dist/standalone.mjs.map +1 -1
- package/dist/{tools-registry-BYzapMJi.mjs → tools-registry-CqxObfG_.mjs} +2 -2
- package/dist/tools-registry-CqxObfG_.mjs.map +1 -0
- package/iii-config.docker.yaml +51 -0
- package/package.json +2 -1
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/dist/src-DjVaT_sI.mjs.map +0 -1
- package/dist/tools-registry-BYzapMJi.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-CqxObfG_.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";
|
|
@@ -3897,7 +3897,8 @@ function registerExportImportFunction(sdk, kv) {
|
|
|
3897
3897
|
"0.8.3",
|
|
3898
3898
|
"0.8.4",
|
|
3899
3899
|
"0.8.5",
|
|
3900
|
-
"0.8.6"
|
|
3900
|
+
"0.8.6",
|
|
3901
|
+
"0.8.7"
|
|
3901
3902
|
]).has(importData.version)) return {
|
|
3902
3903
|
success: false,
|
|
3903
3904
|
error: `Unsupported export version: ${importData.version}`
|
|
@@ -13939,4 +13940,4 @@ main().catch((err) => {
|
|
|
13939
13940
|
|
|
13940
13941
|
//#endregion
|
|
13941
13942
|
export { };
|
|
13942
|
-
//# sourceMappingURL=src-
|
|
13943
|
+
//# sourceMappingURL=src-DUTxjrOM.mjs.map
|