hermes-agent/tests/plugins/memory
teknium1 a801046669 fix(memory): resolve() the shared-connection registry key; symlink test
Follow-ups for salvaged PR #43819: the registry key was
str(Path(db_path).expanduser()) — a symlinked or relative path to the
same DB file got its own connection, silently reintroducing the exact
multi-writer contention the registry prevents. Key on Path.resolve()
(OSError-tolerant fallback). Adds a symlink regression test and the
AUTHOR_MAP entry for adambiggs.
2026-07-09 18:17:40 -07:00
..
__init__.py
test_byterover_provider.py
test_hindsight_provider.py
test_holographic_retrieval.py
test_holographic_shutdown_closes_db.py
test_holographic_store.py fix(memory): resolve() the shared-connection registry key; symlink test 2026-07-09 18:17:40 -07:00
test_mem0_backend.py
test_mem0_providers.py
test_mem0_setup.py
test_mem0_v3.py
test_memory_lazy_install.py
test_openviking_provider.py
test_retaindb_provider.py
test_supermemory_provider.py