refactor(memory): remove legacy memory v1#2264
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
1632240 to
05c9b09
Compare
Description
Remove the legacy memory v1 implementation now that memory v2 is the only supported runtime path.
Related Issue
N/A
Type of Change
Changes Made
Testing
Commands run:
Screenshots (if applicable)
N/A
Additional Notes
A broader run including tests/session/test_commit_skill_inference.py is currently blocked by an existing main-branch LocalClient abstract method gap: LocalClient does not implement BaseClient.batch_add_messages. This PR intentionally does not add production code for that unrelated test setup issue.