LICENSE
README.md
pyproject.toml
ovos_memory_plugins/__init__.py
ovos_memory_plugins/_llm.py
ovos_memory_plugins/base.py
ovos_memory_plugins/common.py
ovos_memory_plugins/composite.py
ovos_memory_plugins/entity.py
ovos_memory_plugins/lexical.py
ovos_memory_plugins/local_rag.py
ovos_memory_plugins/longterm.py
ovos_memory_plugins/persistence.py
ovos_memory_plugins/recency.py
ovos_memory_plugins/version.py
ovos_memory_plugins.egg-info/PKG-INFO
ovos_memory_plugins.egg-info/SOURCES.txt
ovos_memory_plugins.egg-info/dependency_links.txt
ovos_memory_plugins.egg-info/entry_points.txt
ovos_memory_plugins.egg-info/requires.txt
ovos_memory_plugins.egg-info/top_level.txt
tests/test_base.py
tests/test_composite.py
tests/test_e2e_local_rag.py
tests/test_e2e_longterm.py
tests/test_entity.py
tests/test_lexical.py
tests/test_lifecycle.py
tests/test_local_rag.py
tests/test_longterm.py
tests/test_persistence.py
tests/test_recency.py