feat(eval): openmem-eval offline + live benchmarking kit (004)#2
Merged
Conversation
… under docs/eval The --trace flag was previously a no-op (TraceWriter defined but never called from runner.run). Hook it in with payload-hashed entries for every add/search/init verb. Add docs/eval/README.md with a committed sample-report.md and sample-trace.jsonl from a real local postgres run so users can see the eval kit's output without running it. Link from root and sdk-python READMEs. 365 tests passing, 89.41% coverage.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements spec 004-eval-kit.
What
Stdlib-only
openmem-evalCLI that benchmarks any OMP provider (postgres,mem0, supermemory, letta, passthrough) against a bundled 50-fact / 20-query
dataset. Outputs a Markdown report and JSONL trace.
Highlights
--cost-threshold(default $1.00); refuses to run in CI
--cleanup(lists byeval-{run_id}user_id)[fact_id=…]content prefix +fact:…tagOMP_POSTGRES_URL,MEM0_API_KEY,SUPERMEMORY_API_KEY,LETTA_API_KEYValidation
Sample artifacts committed under docs/eval/ so
reviewers can see the output without running it.
Files
sdk-python/openmem/eval/(runner, scorer, trace, report, cost,cleanup, dataset, cli, types, confirm + bundled dataset)
sdk-python/tests/eval/(10 test modules)specs/004-eval-kit/(spec, plan, tasks, contracts, quickstart)docs/eval/(sample report + trace + README)sdk-python/openmem/memory.py(wait_for_ingestpass-through)sdk-python/pyproject.toml(openmem-evalscript entry)