mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-31 03:12:16 +00:00
refactor: remove memory/ backward-compat shim package
Delete the entire src/openjarvis/memory/ directory (11 files) which was a pure re-export shim pointing to openjarvis.tools.storage.*. Update all imports across src/ and tests/ to use the canonical openjarvis.tools.storage imports directly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
cf12b9b28c
commit
1e7d0fe1de
@@ -9,7 +9,7 @@ from click.testing import CliRunner
|
||||
|
||||
from openjarvis.cli import cli
|
||||
from openjarvis.core.registry import MemoryRegistry
|
||||
from openjarvis.memory.sqlite import SQLiteMemory
|
||||
from openjarvis.tools.storage.sqlite import SQLiteMemory
|
||||
|
||||
|
||||
def _register_sqlite():
|
||||
|
||||
Reference in New Issue
Block a user