@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 CHANGED
@@ -181,15 +181,6 @@ npx @agentmemory/agentmemory
181
181
  </tr>
182
182
  </table>
183
183
 
184
- <p align="center">
185
- <picture><source media="(prefers-color-scheme: dark)" srcset="assets/tags/light/stat-recall.svg"><img src="assets/tags/stat-recall.svg" alt="95.2% retrieval R@5" height="48" /></picture>
186
- <picture><source media="(prefers-color-scheme: dark)" srcset="assets/tags/light/stat-tokens.svg"><img src="assets/tags/stat-tokens.svg" alt="92% fewer tokens" height="48" /></picture>
187
- <picture><source media="(prefers-color-scheme: dark)" srcset="assets/tags/light/stat-tools.svg"><img src="assets/tags/stat-tools.svg" alt="43 MCP tools" height="48" /></picture>
188
- <picture><source media="(prefers-color-scheme: dark)" srcset="assets/tags/light/stat-hooks.svg"><img src="assets/tags/stat-hooks.svg" alt="12 auto hooks" height="48" /></picture>
189
- <picture><source media="(prefers-color-scheme: dark)" srcset="assets/tags/light/stat-deps.svg"><img src="assets/tags/stat-deps.svg" alt="0 external DBs" height="48" /></picture>
190
- <picture><source media="(prefers-color-scheme: dark)" srcset="assets/tags/light/stat-tests.svg"><img src="assets/tags/stat-tests.svg" alt="654 tests passing" height="48" /></picture>
191
- </p>
192
-
193
184
  > Embedding model: `all-MiniLM-L6-v2` (local, free, no API key). Full reports: [`benchmark/LONGMEMEVAL.md`](benchmark/LONGMEMEVAL.md), [`benchmark/QUALITY.md`](benchmark/QUALITY.md), [`benchmark/SCALE.md`](benchmark/SCALE.md). Competitor comparison: [`benchmark/COMPARISON.md`](benchmark/COMPARISON.md) — agentmemory vs mem0, Letta, Khoj, claude-mem, Hippo.
194
185
 
195
186
  ---
package/dist/cli.mjs CHANGED
@@ -284,12 +284,12 @@ async function main() {
284
284
  p.intro("agentmemory");
285
285
  if (skipEngine) {
286
286
  p.log.info("Skipping engine check (--no-engine)");
287
- await import("./src-DjVaT_sI.mjs");
287
+ await import("./src-DUTxjrOM.mjs");
288
288
  return;
289
289
  }
290
290
  if (await isEngineRunning()) {
291
291
  p.log.success("iii-engine is running");
292
- await import("./src-DjVaT_sI.mjs");
292
+ await import("./src-DUTxjrOM.mjs");
293
293
  return;
294
294
  }
295
295
  if (!await startEngine()) {
@@ -333,7 +333,7 @@ async function main() {
333
333
  process.exit(1);
334
334
  }
335
335
  s.stop("iii-engine is ready");
336
- await import("./src-DjVaT_sI.mjs");
336
+ await import("./src-DUTxjrOM.mjs");
337
337
  }
338
338
  async function runStatus() {
339
339
  const port = getRestPort();
@@ -557,7 +557,7 @@ async function runDemo() {
557
557
  p.log.success("agentmemory is working. Point your agent at it and get back to coding.");
558
558
  }
559
559
  async function runMcp() {
560
- await import("./standalone-C7tRDaiu.mjs");
560
+ await import("./standalone-DF1_-GHr.mjs");
561
561
  }
562
562
  ({
563
563
  status: runStatus,
package/dist/index.mjs CHANGED
@@ -4007,7 +4007,7 @@ function registerAutoForgetFunction(sdk, kv) {
4007
4007
 
4008
4008
  //#endregion
4009
4009
  //#region src/version.ts
4010
- const VERSION = "0.8.6";
4010
+ const VERSION = "0.8.7";
4011
4011
 
4012
4012
  //#endregion
4013
4013
  //#region src/functions/export-import.ts
@@ -4121,7 +4121,8 @@ function registerExportImportFunction(sdk, kv) {
4121
4121
  "0.8.3",
4122
4122
  "0.8.4",
4123
4123
  "0.8.5",
4124
- "0.8.6"
4124
+ "0.8.6",
4125
+ "0.8.7"
4125
4126
  ]).has(importData.version)) return {
4126
4127
  success: false,
4127
4128
  error: `Unsupported export version: ${importData.version}`