New:Socket for Asana Is Now Available.Learn more
Get Started

memtrust-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memtrust-cli

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.

Source
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

memtrust-cli

npx-runnable wrapper for memtrust, an open agent-memory eval harness that benchmarks memory backends (MemPalace, Mem0, Zep/Graphiti, OpenViking) against real failure modes — silent write loss, contradiction handling, ranking degradation, and more.

This package does not implement memtrust itself. It bootstraps a genuine, SHA-256-verified copy of Astral's uv for your platform, then uses it to fetch and run the real memtrust package from PyPI — no separate Python toolchain to install by hand.

Usage

npx memtrust-cli --help

or, if installed globally:

npm install -g memtrust-cli
memtrust --help

The first run downloads memtrust from PyPI via uv tool run --from memtrust memtrust and caches it; subsequent runs reuse the cache.

Supported platforms

macOS (arm64/x64), Linux (arm64/x64), Windows (arm64/x64) — the matching platform binary is pulled in automatically via optionalDependencies.

License

Apache-2.0

Keywords

llm

FAQs

Package last updated on 18 Jul 2026

Related posts