memtrust-cli 0.3.0__tar.gz → 0.3.1__tar.gz
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.
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/PKG-INFO +81 -6
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/README.md +80 -5
- memtrust_cli-0.3.1/docs/demo.gif +0 -0
- memtrust_cli-0.3.1/docs/usage.gif +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/memtrust-cli/package.json +1 -1
- memtrust_cli-0.3.1/npm/platforms/@memtrust-cli-darwin-arm64/README.md +25 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/platforms/@memtrust-cli-darwin-arm64/package.json +1 -1
- memtrust_cli-0.3.1/npm/platforms/@memtrust-cli-darwin-x64/README.md +25 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/platforms/@memtrust-cli-darwin-x64/package.json +1 -1
- memtrust_cli-0.3.1/npm/platforms/@memtrust-cli-linux-arm64/README.md +25 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/platforms/@memtrust-cli-linux-arm64/package.json +1 -1
- memtrust_cli-0.3.1/npm/platforms/@memtrust-cli-linux-x64/README.md +25 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/platforms/@memtrust-cli-linux-x64/package.json +1 -1
- memtrust_cli-0.3.1/npm/platforms/@memtrust-cli-win32-arm64/README.md +25 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/platforms/@memtrust-cli-win32-arm64/package.json +1 -1
- memtrust_cli-0.3.1/npm/platforms/@memtrust-cli-win32-x64/README.md +25 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/platforms/@memtrust-cli-win32-x64/package.json +1 -1
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/pyproject.toml +1 -1
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/.github/CODEOWNERS +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/.github/workflows/ci.yml +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/.github/workflows/publish-pypi.yml +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/.gitignore +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/.pre-commit-config.yaml +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/CHANGELOG.md +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/CONTRIBUTING.md +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/LICENSE +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/SECURITY.md +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/docs/assets/dev-to-demos/demo-1-zero-credentials.gif +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/docs/assets/dev-to-demos/demo-2-fictional-api-discovery.gif +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/docs/assets/dev-to-demos/demo-3-cli-surface.gif +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/docs/assets/dev-to-demos/demo-4-temporal-kg-tests.gif +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/docs/methodology.md +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/leaderboard/data.json +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/leaderboard/index.html +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/memtrust-cli/LICENSE +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/memtrust-cli/README.md +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/memtrust-cli/bin/memtrust.js +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/platforms/@memtrust-cli-darwin-arm64/LICENSE +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/platforms/@memtrust-cli-darwin-x64/LICENSE +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/platforms/@memtrust-cli-linux-arm64/LICENSE +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/platforms/@memtrust-cli-linux-x64/LICENSE +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/platforms/@memtrust-cli-win32-arm64/LICENSE +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/platforms/@memtrust-cli-win32-x64/LICENSE +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/scripts/fetch-binary.js +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/__init__.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/adapters/__init__.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/adapters/base.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/adapters/mem0_adapter.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/adapters/mem0_direct_adapter.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/adapters/mempalace_adapter.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/adapters/openviking_adapter.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/adapters/zep_graphiti_adapter.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/adapters/zep_graphiti_selfhosted_adapter.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/cli.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/__init__.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/compression.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/contradiction.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/crash_recovery.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/embedder_cost.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/embedding_drift.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/episode_temporal_leak.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/extraction_quality.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/filter_injection.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/language_degradation.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/lock_contention.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/locomo.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/longmemeval.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/mempalace_metadata_scale.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/migration_rollback.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/orphan_cleanup.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/ranking_quality.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/resource_sync_safety.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/result_consistency.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/scale_fixtures.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/scale_stress.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/stats_accuracy.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/evals/temporal_kg_boundary.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/receipt.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/scoring/__init__.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/scoring/cost_tracker.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/scoring/llm_judge.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/fixtures/compression_cases.json +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/fixtures/contradiction_cases.json +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/fixtures/crash_recovery_cases.json +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/fixtures/embedding_drift_cases.json +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/fixtures/extraction_quality_cases.json +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/fixtures/filter_injection_cases.json +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/fixtures/language_degradation_cases.json +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/fixtures/locomo_sample.json +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/fixtures/longmemeval_sample.json +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/fixtures/migration_rollback_cases.json +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/fixtures/orphan_cleanup_cases.json +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/fixtures/ranking_quality_cases.json +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/fixtures/resource_sync_cases.json +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/fixtures/result_consistency_cases.json +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/test_adapters.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/test_cli.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/test_compression.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/test_episode_temporal_leak.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/test_evals.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/test_lock_contention.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/test_mem0_direct_adapter.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/test_mempalace_metadata_scale.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/test_receipt.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/test_scale_stress.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/test_scoring.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/test_stats_accuracy.py +0 -0
- {memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/tests/test_temporal_kg_boundary.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: memtrust-cli
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: Independent, reproducible benchmark harness for agent-memory backends
|
|
5
5
|
Project-URL: Homepage, https://github.com/RudrenduPaul/memtrust
|
|
6
6
|
Project-URL: Issues, https://github.com/RudrenduPaul/memtrust/issues
|
|
@@ -51,13 +51,15 @@ published by them.
|
|
|
51
51
|
[](https://github.com/RudrenduPaul/memtrust/actions/workflows/ci.yml)
|
|
52
52
|
[](https://github.com/RudrenduPaul/memtrust/blob/main/LICENSE)
|
|
53
53
|
[](https://github.com/RudrenduPaul/memtrust/blob/main/pyproject.toml)
|
|
54
|
-
[](https://pypi.org/project/memtrust/)
|
|
54
|
+
[](https://pypi.org/project/memtrust-cli/)
|
|
55
55
|
|
|
56
56
|
```bash
|
|
57
|
-
pip install memtrust
|
|
57
|
+
pip install memtrust-cli
|
|
58
58
|
memtrust run --backends mempalace,mem0,zep,openviking --eval all
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
+

|
|
62
|
+
|
|
61
63
|
(For contributing to this repo instead of just running it, see [Development](#development) --
|
|
62
64
|
`pip install -e ".[dev]"` from a clone.)
|
|
63
65
|
|
|
@@ -69,7 +71,7 @@ memtrust run --backends mempalace,mem0,zep,openviking --eval all
|
|
|
69
71
|
[The landscape](#the-landscape-verified-not-benchmarked) · [Benchmarks](#benchmarks) ·
|
|
70
72
|
[GitHub Actions usage](#github-actions-usage) · [Self-host](#self-host) · [Install](#install) ·
|
|
71
73
|
[Hosted layer](#what-a-hosted-trust-layer-would-add) · [Backend coverage](#backend-coverage) ·
|
|
72
|
-
[Development](#development) · [License](#license) · [Success stories](#success-stories)
|
|
74
|
+
[Development](#development) · [FAQ](#faq) · [License](#license) · [Success stories](#success-stories)
|
|
73
75
|
|
|
74
76
|
## Why this exists
|
|
75
77
|
|
|
@@ -222,6 +224,8 @@ a tested module and a MemPalace-specific capability, callable directly, not yet
|
|
|
222
224
|
Every line above came straight from running `memtrust --help`, `memtrust run --help`, and
|
|
223
225
|
`memtrust report --help` against this repo. Nothing here is invented.
|
|
224
226
|
|
|
227
|
+

|
|
228
|
+
|
|
225
229
|
## How this differs from trusting a vendor's own numbers
|
|
226
230
|
|
|
227
231
|
Every backend memtrust tracks publishes its own benchmark numbers. None of them publish the same
|
|
@@ -367,7 +371,7 @@ jobs:
|
|
|
367
371
|
- uses: actions/setup-python@v5
|
|
368
372
|
with:
|
|
369
373
|
python-version: "3.12"
|
|
370
|
-
- run: pip install memtrust
|
|
374
|
+
- run: pip install memtrust-cli
|
|
371
375
|
- run: memtrust run --backends mempalace,mem0,zep,openviking --eval all --output leaderboard/data.json
|
|
372
376
|
env:
|
|
373
377
|
MEM0_API_KEY: ${{ secrets.MEM0_API_KEY }}
|
|
@@ -399,7 +403,7 @@ LongMemEval/LoCoMo datasets). Nothing leaves your machine unless you choose to p
|
|
|
399
403
|
|
|
400
404
|
### npx (agent-native)
|
|
401
405
|
|
|
402
|
-
> **PyPI is live; the npm wrapper is publish-ready but not yet published.** `pip install memtrust`
|
|
406
|
+
> **PyPI is live; the npm wrapper is publish-ready but not yet published.** `pip install memtrust-cli`
|
|
403
407
|
> works today -- version 0.2.0 is on PyPI. The `memtrust-cli` npm package in `npm/memtrust-cli/` in
|
|
404
408
|
> this repo is built, tested, and passes both `npm pack --dry-run` and `npm publish --dry-run`
|
|
405
409
|
> cleanly (re-verified this session), but has not actually been pushed to the npm registry yet --
|
|
@@ -481,6 +485,76 @@ pip-audit
|
|
|
481
485
|
`.pre-commit-config.yaml` wires ruff and mypy into `pre-commit` if you'd rather run these on every
|
|
482
486
|
commit than remember to run them by hand.
|
|
483
487
|
|
|
488
|
+
## FAQ
|
|
489
|
+
|
|
490
|
+
**What is memtrust, and what actually makes it different from reading a vendor's own benchmark
|
|
491
|
+
page?** It's a CLI harness that runs the same evals (LongMemEval, LoCoMo, and 14 others registered
|
|
492
|
+
in `--eval`, including a contradiction-detection eval none of the four tracked backends publish a
|
|
493
|
+
number for) against MemPalace, Mem0, Zep/Graphiti, and OpenViking, and prints the raw output rather
|
|
494
|
+
than a curated summary. The differentiator isn't a proprietary scoring model; it's that nobody
|
|
495
|
+
outside the vendor had previously run the same test, the same way, against every option, with the
|
|
496
|
+
full methodology published alongside the code that produced it (`docs/methodology.md`). See "Why
|
|
497
|
+
this exists" above for the MemPalace LongMemEval overclaim (mempalace/mempalace#27) that motivated
|
|
498
|
+
the project.
|
|
499
|
+
|
|
500
|
+
**Does memtrust support my platform, and what happens if it doesn't?** The npm wrapper
|
|
501
|
+
(`memtrust-cli`) ships six platform-specific optional-dependency packages --
|
|
502
|
+
`@memtrust-cli/darwin-x64`, `@memtrust-cli/darwin-arm64`, `@memtrust-cli/linux-x64`,
|
|
503
|
+
`@memtrust-cli/linux-arm64`, `@memtrust-cli/win32-x64`, and `@memtrust-cli/win32-arm64` -- each
|
|
504
|
+
bundling a verified `uv` binary for that exact platform (`npm/memtrust-cli/bin/memtrust.js`).
|
|
505
|
+
`npm install` picks whichever one matches `process.platform`/`process.arch` at install time. On an
|
|
506
|
+
unsupported combination (32-bit x86, or any platform outside that list), the wrapper exits with a
|
|
507
|
+
clear `no prebuilt uv binary available for <platform>/<arch>` error instead of a silent failure. The
|
|
508
|
+
underlying `memtrust` PyPI package itself only requires Python 3.11+, so `pip install memtrust-cli`
|
|
509
|
+
remains the fallback path on any platform the npm wrapper doesn't cover.
|
|
510
|
+
|
|
511
|
+
**Do I need a Python toolchain installed to use memtrust?** Not if you go through the npm wrapper.
|
|
512
|
+
`npx memtrust-cli run ...` runs `uv tool run --from memtrust==<pinned version> memtrust <args>` under
|
|
513
|
+
the hood, and `uv` provisions its own isolated Python interpreter and installs the exact pinned
|
|
514
|
+
`memtrust` release from PyPI on first use, caching it after that. If you already have Python 3.11+,
|
|
515
|
+
`pip install memtrust-cli` (the PyPI package name) works directly with no Node.js involved.
|
|
516
|
+
|
|
517
|
+
**How does memtrust compare to a general-purpose LLM eval framework like RAGAS?** RAGAS evaluates
|
|
518
|
+
RAG pipelines and other LLM applications with objective metrics and synthetic test-data generation;
|
|
519
|
+
it has no memory-backend adapter abstraction and no eval built around a fact contradicting an
|
|
520
|
+
earlier one, because that's not the problem it's built to solve. memtrust is narrower on purpose: it
|
|
521
|
+
only tracks four named agent-memory backends and its non-recall evals (contradiction detection,
|
|
522
|
+
compression/round-trip fidelity, temporal-KG boundary detection) exist specifically to test claims
|
|
523
|
+
those four backends make about themselves. If you need broad RAG or prompt-evaluation coverage,
|
|
524
|
+
RAGAS or a similar framework is the right tool; if you need to check whether a memory backend
|
|
525
|
+
silently drops or overwrites a contradicted fact, memtrust is the one built for that question.
|
|
526
|
+
|
|
527
|
+
**Why does `memtrust --version` print a version that doesn't match what pip says I installed?**
|
|
528
|
+
This is a real, currently open limitation, not a hypothetical one -- installing `memtrust-cli` from
|
|
529
|
+
PyPI into a clean virtualenv and running `pip show memtrust-cli` reports `0.3.0`, but
|
|
530
|
+
`memtrust --version` prints `0.0.0+unknown`. The CLI's version string isn't reading the installed
|
|
531
|
+
package metadata correctly. Until it's fixed, use `pip show memtrust-cli` (or
|
|
532
|
+
`python3 -c "import importlib.metadata as m; print(m.version('memtrust-cli'))"`) to check what's
|
|
533
|
+
actually installed, not the CLI's own `--version` output.
|
|
534
|
+
|
|
535
|
+
**Has memtrust actually been run against a live memory backend, or is this all synthetic?** Both,
|
|
536
|
+
and the README doesn't blur the line. The eval logic itself is proven against bundled synthetic
|
|
537
|
+
fixtures and, for several adapters, real installed vendor packages with only the network boundary
|
|
538
|
+
mocked (see the pytest coverage table above). But no eval in this repo has been run against a live
|
|
539
|
+
MemPalace, Mem0, Zep, or OpenViking backend with real credentials as of this writing -- the
|
|
540
|
+
"Benchmarks" section above states that directly rather than publishing a placeholder number. The
|
|
541
|
+
"Backend coverage" table gives a per-adapter confidence level (high/medium/low) for exactly this
|
|
542
|
+
reason; run it yourself against your own credentials to get a live-verified number.
|
|
543
|
+
|
|
544
|
+
**Can I use memtrust commercially, and does it require attribution?** Yes. It's licensed under
|
|
545
|
+
Apache License 2.0 (see `LICENSE`), which permits commercial use, modification, and distribution,
|
|
546
|
+
and requires you to preserve the license and copyright notice and to note any changes you make to
|
|
547
|
+
the code. It does not require you to open-source your own product just because you depend on
|
|
548
|
+
memtrust.
|
|
549
|
+
|
|
550
|
+
**How do I get real accuracy numbers instead of the "not yet measured" placeholder?** Set the
|
|
551
|
+
credential environment variable for whichever backend you want to test
|
|
552
|
+
(`MEMPALACE_STORAGE_PATH`, `MEM0_API_KEY`, `ZEP_API_KEY`, `OPENVIKING_API_KEY`, plus
|
|
553
|
+
`MEMTRUST_JUDGE_API_KEY` for LLM-judged evals like LongMemEval and LoCoMo), then run
|
|
554
|
+
`memtrust run --backends <name> --eval all` and `memtrust report <output-file>`. A backend with no
|
|
555
|
+
credential configured prints `SKIPPED` and the run still completes and writes a valid JSON report --
|
|
556
|
+
see "What it does" and "Benchmarks" above for the exact commands.
|
|
557
|
+
|
|
484
558
|
## License
|
|
485
559
|
|
|
486
560
|
Apache 2.0. See `LICENSE`.
|
|
@@ -622,3 +696,4 @@ open, deliberately not counted as fixed: some point at real gaps this harness ge
|
|
|
622
696
|
yet without a live vendor credential, and inflating a near-miss to PASS defeats the entire point of
|
|
623
697
|
an independently-verified benchmark. See the confidence caveats throughout this README and in
|
|
624
698
|
`docs/methodology.md` for exactly which claims rest on which kind of evidence.
|
|
699
|
+
|
|
@@ -6,13 +6,15 @@ published by them.
|
|
|
6
6
|
[](https://github.com/RudrenduPaul/memtrust/actions/workflows/ci.yml)
|
|
7
7
|
[](https://github.com/RudrenduPaul/memtrust/blob/main/LICENSE)
|
|
8
8
|
[](https://github.com/RudrenduPaul/memtrust/blob/main/pyproject.toml)
|
|
9
|
-
[](https://pypi.org/project/memtrust/)
|
|
9
|
+
[](https://pypi.org/project/memtrust-cli/)
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
pip install memtrust
|
|
12
|
+
pip install memtrust-cli
|
|
13
13
|
memtrust run --backends mempalace,mem0,zep,openviking --eval all
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
+

|
|
17
|
+
|
|
16
18
|
(For contributing to this repo instead of just running it, see [Development](#development) --
|
|
17
19
|
`pip install -e ".[dev]"` from a clone.)
|
|
18
20
|
|
|
@@ -24,7 +26,7 @@ memtrust run --backends mempalace,mem0,zep,openviking --eval all
|
|
|
24
26
|
[The landscape](#the-landscape-verified-not-benchmarked) · [Benchmarks](#benchmarks) ·
|
|
25
27
|
[GitHub Actions usage](#github-actions-usage) · [Self-host](#self-host) · [Install](#install) ·
|
|
26
28
|
[Hosted layer](#what-a-hosted-trust-layer-would-add) · [Backend coverage](#backend-coverage) ·
|
|
27
|
-
[Development](#development) · [License](#license) · [Success stories](#success-stories)
|
|
29
|
+
[Development](#development) · [FAQ](#faq) · [License](#license) · [Success stories](#success-stories)
|
|
28
30
|
|
|
29
31
|
## Why this exists
|
|
30
32
|
|
|
@@ -177,6 +179,8 @@ a tested module and a MemPalace-specific capability, callable directly, not yet
|
|
|
177
179
|
Every line above came straight from running `memtrust --help`, `memtrust run --help`, and
|
|
178
180
|
`memtrust report --help` against this repo. Nothing here is invented.
|
|
179
181
|
|
|
182
|
+

|
|
183
|
+
|
|
180
184
|
## How this differs from trusting a vendor's own numbers
|
|
181
185
|
|
|
182
186
|
Every backend memtrust tracks publishes its own benchmark numbers. None of them publish the same
|
|
@@ -322,7 +326,7 @@ jobs:
|
|
|
322
326
|
- uses: actions/setup-python@v5
|
|
323
327
|
with:
|
|
324
328
|
python-version: "3.12"
|
|
325
|
-
- run: pip install memtrust
|
|
329
|
+
- run: pip install memtrust-cli
|
|
326
330
|
- run: memtrust run --backends mempalace,mem0,zep,openviking --eval all --output leaderboard/data.json
|
|
327
331
|
env:
|
|
328
332
|
MEM0_API_KEY: ${{ secrets.MEM0_API_KEY }}
|
|
@@ -354,7 +358,7 @@ LongMemEval/LoCoMo datasets). Nothing leaves your machine unless you choose to p
|
|
|
354
358
|
|
|
355
359
|
### npx (agent-native)
|
|
356
360
|
|
|
357
|
-
> **PyPI is live; the npm wrapper is publish-ready but not yet published.** `pip install memtrust`
|
|
361
|
+
> **PyPI is live; the npm wrapper is publish-ready but not yet published.** `pip install memtrust-cli`
|
|
358
362
|
> works today -- version 0.2.0 is on PyPI. The `memtrust-cli` npm package in `npm/memtrust-cli/` in
|
|
359
363
|
> this repo is built, tested, and passes both `npm pack --dry-run` and `npm publish --dry-run`
|
|
360
364
|
> cleanly (re-verified this session), but has not actually been pushed to the npm registry yet --
|
|
@@ -436,6 +440,76 @@ pip-audit
|
|
|
436
440
|
`.pre-commit-config.yaml` wires ruff and mypy into `pre-commit` if you'd rather run these on every
|
|
437
441
|
commit than remember to run them by hand.
|
|
438
442
|
|
|
443
|
+
## FAQ
|
|
444
|
+
|
|
445
|
+
**What is memtrust, and what actually makes it different from reading a vendor's own benchmark
|
|
446
|
+
page?** It's a CLI harness that runs the same evals (LongMemEval, LoCoMo, and 14 others registered
|
|
447
|
+
in `--eval`, including a contradiction-detection eval none of the four tracked backends publish a
|
|
448
|
+
number for) against MemPalace, Mem0, Zep/Graphiti, and OpenViking, and prints the raw output rather
|
|
449
|
+
than a curated summary. The differentiator isn't a proprietary scoring model; it's that nobody
|
|
450
|
+
outside the vendor had previously run the same test, the same way, against every option, with the
|
|
451
|
+
full methodology published alongside the code that produced it (`docs/methodology.md`). See "Why
|
|
452
|
+
this exists" above for the MemPalace LongMemEval overclaim (mempalace/mempalace#27) that motivated
|
|
453
|
+
the project.
|
|
454
|
+
|
|
455
|
+
**Does memtrust support my platform, and what happens if it doesn't?** The npm wrapper
|
|
456
|
+
(`memtrust-cli`) ships six platform-specific optional-dependency packages --
|
|
457
|
+
`@memtrust-cli/darwin-x64`, `@memtrust-cli/darwin-arm64`, `@memtrust-cli/linux-x64`,
|
|
458
|
+
`@memtrust-cli/linux-arm64`, `@memtrust-cli/win32-x64`, and `@memtrust-cli/win32-arm64` -- each
|
|
459
|
+
bundling a verified `uv` binary for that exact platform (`npm/memtrust-cli/bin/memtrust.js`).
|
|
460
|
+
`npm install` picks whichever one matches `process.platform`/`process.arch` at install time. On an
|
|
461
|
+
unsupported combination (32-bit x86, or any platform outside that list), the wrapper exits with a
|
|
462
|
+
clear `no prebuilt uv binary available for <platform>/<arch>` error instead of a silent failure. The
|
|
463
|
+
underlying `memtrust` PyPI package itself only requires Python 3.11+, so `pip install memtrust-cli`
|
|
464
|
+
remains the fallback path on any platform the npm wrapper doesn't cover.
|
|
465
|
+
|
|
466
|
+
**Do I need a Python toolchain installed to use memtrust?** Not if you go through the npm wrapper.
|
|
467
|
+
`npx memtrust-cli run ...` runs `uv tool run --from memtrust==<pinned version> memtrust <args>` under
|
|
468
|
+
the hood, and `uv` provisions its own isolated Python interpreter and installs the exact pinned
|
|
469
|
+
`memtrust` release from PyPI on first use, caching it after that. If you already have Python 3.11+,
|
|
470
|
+
`pip install memtrust-cli` (the PyPI package name) works directly with no Node.js involved.
|
|
471
|
+
|
|
472
|
+
**How does memtrust compare to a general-purpose LLM eval framework like RAGAS?** RAGAS evaluates
|
|
473
|
+
RAG pipelines and other LLM applications with objective metrics and synthetic test-data generation;
|
|
474
|
+
it has no memory-backend adapter abstraction and no eval built around a fact contradicting an
|
|
475
|
+
earlier one, because that's not the problem it's built to solve. memtrust is narrower on purpose: it
|
|
476
|
+
only tracks four named agent-memory backends and its non-recall evals (contradiction detection,
|
|
477
|
+
compression/round-trip fidelity, temporal-KG boundary detection) exist specifically to test claims
|
|
478
|
+
those four backends make about themselves. If you need broad RAG or prompt-evaluation coverage,
|
|
479
|
+
RAGAS or a similar framework is the right tool; if you need to check whether a memory backend
|
|
480
|
+
silently drops or overwrites a contradicted fact, memtrust is the one built for that question.
|
|
481
|
+
|
|
482
|
+
**Why does `memtrust --version` print a version that doesn't match what pip says I installed?**
|
|
483
|
+
This is a real, currently open limitation, not a hypothetical one -- installing `memtrust-cli` from
|
|
484
|
+
PyPI into a clean virtualenv and running `pip show memtrust-cli` reports `0.3.0`, but
|
|
485
|
+
`memtrust --version` prints `0.0.0+unknown`. The CLI's version string isn't reading the installed
|
|
486
|
+
package metadata correctly. Until it's fixed, use `pip show memtrust-cli` (or
|
|
487
|
+
`python3 -c "import importlib.metadata as m; print(m.version('memtrust-cli'))"`) to check what's
|
|
488
|
+
actually installed, not the CLI's own `--version` output.
|
|
489
|
+
|
|
490
|
+
**Has memtrust actually been run against a live memory backend, or is this all synthetic?** Both,
|
|
491
|
+
and the README doesn't blur the line. The eval logic itself is proven against bundled synthetic
|
|
492
|
+
fixtures and, for several adapters, real installed vendor packages with only the network boundary
|
|
493
|
+
mocked (see the pytest coverage table above). But no eval in this repo has been run against a live
|
|
494
|
+
MemPalace, Mem0, Zep, or OpenViking backend with real credentials as of this writing -- the
|
|
495
|
+
"Benchmarks" section above states that directly rather than publishing a placeholder number. The
|
|
496
|
+
"Backend coverage" table gives a per-adapter confidence level (high/medium/low) for exactly this
|
|
497
|
+
reason; run it yourself against your own credentials to get a live-verified number.
|
|
498
|
+
|
|
499
|
+
**Can I use memtrust commercially, and does it require attribution?** Yes. It's licensed under
|
|
500
|
+
Apache License 2.0 (see `LICENSE`), which permits commercial use, modification, and distribution,
|
|
501
|
+
and requires you to preserve the license and copyright notice and to note any changes you make to
|
|
502
|
+
the code. It does not require you to open-source your own product just because you depend on
|
|
503
|
+
memtrust.
|
|
504
|
+
|
|
505
|
+
**How do I get real accuracy numbers instead of the "not yet measured" placeholder?** Set the
|
|
506
|
+
credential environment variable for whichever backend you want to test
|
|
507
|
+
(`MEMPALACE_STORAGE_PATH`, `MEM0_API_KEY`, `ZEP_API_KEY`, `OPENVIKING_API_KEY`, plus
|
|
508
|
+
`MEMTRUST_JUDGE_API_KEY` for LLM-judged evals like LongMemEval and LoCoMo), then run
|
|
509
|
+
`memtrust run --backends <name> --eval all` and `memtrust report <output-file>`. A backend with no
|
|
510
|
+
credential configured prints `SKIPPED` and the run still completes and writes a valid JSON report --
|
|
511
|
+
see "What it does" and "Benchmarks" above for the exact commands.
|
|
512
|
+
|
|
439
513
|
## License
|
|
440
514
|
|
|
441
515
|
Apache 2.0. See `LICENSE`.
|
|
@@ -577,3 +651,4 @@ open, deliberately not counted as fixed: some point at real gaps this harness ge
|
|
|
577
651
|
yet without a live vendor credential, and inflating a near-miss to PASS defeats the entire point of
|
|
578
652
|
an independently-verified benchmark. See the confidence caveats throughout this README and in
|
|
579
653
|
`docs/methodology.md` for exactly which claims rest on which kind of evidence.
|
|
654
|
+
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "memtrust-cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "npx-runnable wrapper for the memtrust agent-memory benchmark harness. Bootstraps a verified copy of Astral's uv to fetch and run memtrust from PyPI -- no Python toolchain to provision by hand.",
|
|
5
5
|
"bin": { "memtrust-cli": "bin/memtrust.js", "memtrust": "bin/memtrust.js" },
|
|
6
6
|
"files": ["bin/", "LICENSE", "README.md"],
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# @memtrust-cli/darwin-arm64
|
|
2
|
+
|
|
3
|
+
macOS arm64 binary for [memtrust-cli](https://github.com/RudrenduPaul/memtrust)'s npx wrapper.
|
|
4
|
+
|
|
5
|
+
This package is not meant to be installed directly. Install the main
|
|
6
|
+
[`memtrust-cli`](https://www.npmjs.com/package/memtrust-cli) package instead; it
|
|
7
|
+
pulls in this platform binary automatically through `optionalDependencies` based
|
|
8
|
+
on your OS and CPU architecture.
|
|
9
|
+
|
|
10
|
+
## What's inside
|
|
11
|
+
|
|
12
|
+
A genuine, SHA-256-verified copy of [Astral's uv](https://github.com/astral-sh/uv),
|
|
13
|
+
fetched from uv's own GitHub release 0.11.28 at publish time. uv is dual-licensed
|
|
14
|
+
MIT OR Apache-2.0; both license texts are reproduced in this package's LICENSE
|
|
15
|
+
file. Not affiliated with or endorsed by Astral Software Inc.
|
|
16
|
+
|
|
17
|
+
## Documentation
|
|
18
|
+
|
|
19
|
+
Full documentation, usage, and benchmarks live in the main
|
|
20
|
+
[memtrust repository](https://github.com/RudrenduPaul/memtrust).
|
|
21
|
+
|
|
22
|
+
## License
|
|
23
|
+
|
|
24
|
+
Apache-2.0 for memtrust's own wrapper code. See LICENSE for the bundled uv
|
|
25
|
+
binary's MIT OR Apache-2.0 terms.
|
{memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/platforms/@memtrust-cli-darwin-arm64/package.json
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memtrust-cli/darwin-arm64",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "macOS arm64 binary for memtrust's npx wrapper. Bundles a genuine, SHA-256-verified copy of Astral's uv (github.com/astral-sh/uv), dual-licensed MIT OR Apache-2.0, fetched from uv's own GitHub release 0.11.28 at publish time. Not affiliated with or endorsed by Astral Software Inc.",
|
|
5
5
|
"os": ["darwin"],
|
|
6
6
|
"cpu": ["arm64"],
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# @memtrust-cli/darwin-x64
|
|
2
|
+
|
|
3
|
+
macOS x64 binary for [memtrust-cli](https://github.com/RudrenduPaul/memtrust)'s npx wrapper.
|
|
4
|
+
|
|
5
|
+
This package is not meant to be installed directly. Install the main
|
|
6
|
+
[`memtrust-cli`](https://www.npmjs.com/package/memtrust-cli) package instead; it
|
|
7
|
+
pulls in this platform binary automatically through `optionalDependencies` based
|
|
8
|
+
on your OS and CPU architecture.
|
|
9
|
+
|
|
10
|
+
## What's inside
|
|
11
|
+
|
|
12
|
+
A genuine, SHA-256-verified copy of [Astral's uv](https://github.com/astral-sh/uv),
|
|
13
|
+
fetched from uv's own GitHub release 0.11.28 at publish time. uv is dual-licensed
|
|
14
|
+
MIT OR Apache-2.0; both license texts are reproduced in this package's LICENSE
|
|
15
|
+
file. Not affiliated with or endorsed by Astral Software Inc.
|
|
16
|
+
|
|
17
|
+
## Documentation
|
|
18
|
+
|
|
19
|
+
Full documentation, usage, and benchmarks live in the main
|
|
20
|
+
[memtrust repository](https://github.com/RudrenduPaul/memtrust).
|
|
21
|
+
|
|
22
|
+
## License
|
|
23
|
+
|
|
24
|
+
Apache-2.0 for memtrust's own wrapper code. See LICENSE for the bundled uv
|
|
25
|
+
binary's MIT OR Apache-2.0 terms.
|
{memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/platforms/@memtrust-cli-darwin-x64/package.json
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memtrust-cli/darwin-x64",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "macOS x64 binary for memtrust's npx wrapper. Bundles a genuine, SHA-256-verified copy of Astral's uv (github.com/astral-sh/uv), dual-licensed MIT OR Apache-2.0, fetched from uv's own GitHub release 0.11.28 at publish time. Not affiliated with or endorsed by Astral Software Inc.",
|
|
5
5
|
"os": ["darwin"],
|
|
6
6
|
"cpu": ["x64"],
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# @memtrust-cli/linux-arm64
|
|
2
|
+
|
|
3
|
+
Linux arm64 binary for [memtrust-cli](https://github.com/RudrenduPaul/memtrust)'s npx wrapper.
|
|
4
|
+
|
|
5
|
+
This package is not meant to be installed directly. Install the main
|
|
6
|
+
[`memtrust-cli`](https://www.npmjs.com/package/memtrust-cli) package instead; it
|
|
7
|
+
pulls in this platform binary automatically through `optionalDependencies` based
|
|
8
|
+
on your OS and CPU architecture.
|
|
9
|
+
|
|
10
|
+
## What's inside
|
|
11
|
+
|
|
12
|
+
A genuine, SHA-256-verified copy of [Astral's uv](https://github.com/astral-sh/uv),
|
|
13
|
+
fetched from uv's own GitHub release 0.11.28 at publish time. uv is dual-licensed
|
|
14
|
+
MIT OR Apache-2.0; both license texts are reproduced in this package's LICENSE
|
|
15
|
+
file. Not affiliated with or endorsed by Astral Software Inc.
|
|
16
|
+
|
|
17
|
+
## Documentation
|
|
18
|
+
|
|
19
|
+
Full documentation, usage, and benchmarks live in the main
|
|
20
|
+
[memtrust repository](https://github.com/RudrenduPaul/memtrust).
|
|
21
|
+
|
|
22
|
+
## License
|
|
23
|
+
|
|
24
|
+
Apache-2.0 for memtrust's own wrapper code. See LICENSE for the bundled uv
|
|
25
|
+
binary's MIT OR Apache-2.0 terms.
|
{memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/platforms/@memtrust-cli-linux-arm64/package.json
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memtrust-cli/linux-arm64",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Linux arm64 binary for memtrust's npx wrapper. Bundles a genuine, SHA-256-verified copy of Astral's uv (github.com/astral-sh/uv), dual-licensed MIT OR Apache-2.0, fetched from uv's own GitHub release 0.11.28 at publish time. Not affiliated with or endorsed by Astral Software Inc.",
|
|
5
5
|
"os": ["linux"],
|
|
6
6
|
"cpu": ["arm64"],
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# @memtrust-cli/linux-x64
|
|
2
|
+
|
|
3
|
+
Linux x64 binary for [memtrust-cli](https://github.com/RudrenduPaul/memtrust)'s npx wrapper.
|
|
4
|
+
|
|
5
|
+
This package is not meant to be installed directly. Install the main
|
|
6
|
+
[`memtrust-cli`](https://www.npmjs.com/package/memtrust-cli) package instead; it
|
|
7
|
+
pulls in this platform binary automatically through `optionalDependencies` based
|
|
8
|
+
on your OS and CPU architecture.
|
|
9
|
+
|
|
10
|
+
## What's inside
|
|
11
|
+
|
|
12
|
+
A genuine, SHA-256-verified copy of [Astral's uv](https://github.com/astral-sh/uv),
|
|
13
|
+
fetched from uv's own GitHub release 0.11.28 at publish time. uv is dual-licensed
|
|
14
|
+
MIT OR Apache-2.0; both license texts are reproduced in this package's LICENSE
|
|
15
|
+
file. Not affiliated with or endorsed by Astral Software Inc.
|
|
16
|
+
|
|
17
|
+
## Documentation
|
|
18
|
+
|
|
19
|
+
Full documentation, usage, and benchmarks live in the main
|
|
20
|
+
[memtrust repository](https://github.com/RudrenduPaul/memtrust).
|
|
21
|
+
|
|
22
|
+
## License
|
|
23
|
+
|
|
24
|
+
Apache-2.0 for memtrust's own wrapper code. See LICENSE for the bundled uv
|
|
25
|
+
binary's MIT OR Apache-2.0 terms.
|
{memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/platforms/@memtrust-cli-linux-x64/package.json
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memtrust-cli/linux-x64",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Linux x64 binary for memtrust's npx wrapper. Bundles a genuine, SHA-256-verified copy of Astral's uv (github.com/astral-sh/uv), dual-licensed MIT OR Apache-2.0, fetched from uv's own GitHub release 0.11.28 at publish time. Not affiliated with or endorsed by Astral Software Inc.",
|
|
5
5
|
"os": ["linux"],
|
|
6
6
|
"cpu": ["x64"],
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# @memtrust-cli/win32-arm64
|
|
2
|
+
|
|
3
|
+
Windows arm64 binary for [memtrust-cli](https://github.com/RudrenduPaul/memtrust)'s npx wrapper.
|
|
4
|
+
|
|
5
|
+
This package is not meant to be installed directly. Install the main
|
|
6
|
+
[`memtrust-cli`](https://www.npmjs.com/package/memtrust-cli) package instead; it
|
|
7
|
+
pulls in this platform binary automatically through `optionalDependencies` based
|
|
8
|
+
on your OS and CPU architecture.
|
|
9
|
+
|
|
10
|
+
## What's inside
|
|
11
|
+
|
|
12
|
+
A genuine, SHA-256-verified copy of [Astral's uv](https://github.com/astral-sh/uv),
|
|
13
|
+
fetched from uv's own GitHub release 0.11.28 at publish time. uv is dual-licensed
|
|
14
|
+
MIT OR Apache-2.0; both license texts are reproduced in this package's LICENSE
|
|
15
|
+
file. Not affiliated with or endorsed by Astral Software Inc.
|
|
16
|
+
|
|
17
|
+
## Documentation
|
|
18
|
+
|
|
19
|
+
Full documentation, usage, and benchmarks live in the main
|
|
20
|
+
[memtrust repository](https://github.com/RudrenduPaul/memtrust).
|
|
21
|
+
|
|
22
|
+
## License
|
|
23
|
+
|
|
24
|
+
Apache-2.0 for memtrust's own wrapper code. See LICENSE for the bundled uv
|
|
25
|
+
binary's MIT OR Apache-2.0 terms.
|
{memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/platforms/@memtrust-cli-win32-arm64/package.json
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memtrust-cli/win32-arm64",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Windows arm64 binary for memtrust's npx wrapper. Bundles a genuine, SHA-256-verified copy of Astral's uv (github.com/astral-sh/uv), dual-licensed MIT OR Apache-2.0, fetched from uv's own GitHub release 0.11.28 at publish time. Not affiliated with or endorsed by Astral Software Inc.",
|
|
5
5
|
"os": ["win32"],
|
|
6
6
|
"cpu": ["arm64"],
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# @memtrust-cli/win32-x64
|
|
2
|
+
|
|
3
|
+
Windows x64 binary for [memtrust-cli](https://github.com/RudrenduPaul/memtrust)'s npx wrapper.
|
|
4
|
+
|
|
5
|
+
This package is not meant to be installed directly. Install the main
|
|
6
|
+
[`memtrust-cli`](https://www.npmjs.com/package/memtrust-cli) package instead; it
|
|
7
|
+
pulls in this platform binary automatically through `optionalDependencies` based
|
|
8
|
+
on your OS and CPU architecture.
|
|
9
|
+
|
|
10
|
+
## What's inside
|
|
11
|
+
|
|
12
|
+
A genuine, SHA-256-verified copy of [Astral's uv](https://github.com/astral-sh/uv),
|
|
13
|
+
fetched from uv's own GitHub release 0.11.28 at publish time. uv is dual-licensed
|
|
14
|
+
MIT OR Apache-2.0; both license texts are reproduced in this package's LICENSE
|
|
15
|
+
file. Not affiliated with or endorsed by Astral Software Inc.
|
|
16
|
+
|
|
17
|
+
## Documentation
|
|
18
|
+
|
|
19
|
+
Full documentation, usage, and benchmarks live in the main
|
|
20
|
+
[memtrust repository](https://github.com/RudrenduPaul/memtrust).
|
|
21
|
+
|
|
22
|
+
## License
|
|
23
|
+
|
|
24
|
+
Apache-2.0 for memtrust's own wrapper code. See LICENSE for the bundled uv
|
|
25
|
+
binary's MIT OR Apache-2.0 terms.
|
{memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/npm/platforms/@memtrust-cli-win32-x64/package.json
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memtrust-cli/win32-x64",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Windows x64 binary for memtrust's npx wrapper. Bundles a genuine, SHA-256-verified copy of Astral's uv (github.com/astral-sh/uv), dual-licensed MIT OR Apache-2.0, fetched from uv's own GitHub release 0.11.28 at publish time. Not affiliated with or endorsed by Astral Software Inc.",
|
|
5
5
|
"os": ["win32"],
|
|
6
6
|
"cpu": ["x64"],
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/docs/assets/dev-to-demos/demo-1-zero-credentials.gif
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/docs/assets/dev-to-demos/demo-4-temporal-kg-tests.gif
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{memtrust_cli-0.3.0 → memtrust_cli-0.3.1}/src/memtrust/adapters/zep_graphiti_selfhosted_adapter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|