refactor(memory): rename memory2 package to memory - #3413
Open
spomichter wants to merge 2 commits into
Open
Conversation
The memory2 name was transitional — the original dimos/memory package is long gone (nothing tracked under that path), so the 2 no longer distinguishes anything. Renames the package, the Memory2ReplayAdapter shim class, and all prose references. Pure rename: no behavior, API surface, or on-disk format changes.
spomichter
requested review from
Dreamsorcerer,
leshy,
mustafab0 and
paul-nechifor
as code owners
August 9, 2026 07:50
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
|
Too many files changed for review (151 files, 100 file limit). Bypass the limit by tagging |
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## main #3413 +/- ##
=======================================
Coverage 76.09% 76.09%
=======================================
Files 1190 1190
Lines 115295 115307 +12
Branches 10367 10368 +1
=======================================
+ Hits 87729 87740 +11
Misses 24554 24554
- Partials 3012 3013 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 3 files with indirect coverage changes 🚀 New features to boost your workflow:
|
…paths Stream registries store fully-qualified class names, so every database written before the rename references dimos.memory2.*. Remap the prefix on read — the classes are otherwise unchanged.
spomichter
force-pushed
the
chore/rename-memory2-to-memory
branch
from
August 9, 2026 18:03
df8c04e to
f1b7e2c
Compare
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.
memory2was a transitional name while the originaldimos/memorypackage was being replaced. That package is gone — nothing is tracked underdimos/memoryonmain— so the2no longer distinguishes anything.Pure rename, no behavior change:
dimos/memory2/→dimos/memory/(81 files,git mvso history follows)dimos.memory2.*→dimos.memory.*across 151 files (imports, docstrings, docs, CLI help text)Memory2ReplayAdapter→MemoryReplayAdapter(dimos/utils/testing/replay.py; theTimedSensorReplayalias is unchanged)all_blueprints.pyregenerated — 3 module paths (memory-module,recorder,semantic-search); blueprint/module keys are unchanged, they never carried the2.gitignorecommentNo on-disk format, database, or public API surface changes. Existing recordings open exactly as before.
Verification
pytest --numprocesses=logical -m 'not (self_hosted or mujoco or self_hosted_large or web_browser)'(CI's exact invocation) → 3956 passed, 34 skipped, plus 4 failures intest_reactive,b1/test_connection,test_replay_bench[zenoh], ande2e_tests/test_control_coordinator— none of those files are touched by this change or referencememory, and all 4 pass on re-run in isolation (parallel-worker contention + a small localnet.core.rmem_default).pytest dimos/memory→ 456 passedmypyin a--only-group lintenv → byte-identical output to a cleanorigin/mainbaseline (same 2 pre-existingstubs/errors, same 958 files checked)