LICENSE
README.md
pyproject.toml
src/emotional_memory/__init__.py
src/emotional_memory/_math.py
src/emotional_memory/affect.py
src/emotional_memory/appraisal.py
src/emotional_memory/appraisal_llm.py
src/emotional_memory/async_adapters.py
src/emotional_memory/async_engine.py
src/emotional_memory/categorize.py
src/emotional_memory/decay.py
src/emotional_memory/engine.py
src/emotional_memory/interfaces.py
src/emotional_memory/interfaces_async.py
src/emotional_memory/llm_http.py
src/emotional_memory/models.py
src/emotional_memory/mood.py
src/emotional_memory/py.typed
src/emotional_memory/resonance.py
src/emotional_memory/retrieval.py
src/emotional_memory/state.py
src/emotional_memory/visualization.py
src/emotional_memory.egg-info/PKG-INFO
src/emotional_memory.egg-info/SOURCES.txt
src/emotional_memory.egg-info/dependency_links.txt
src/emotional_memory.egg-info/requires.txt
src/emotional_memory.egg-info/top_level.txt
src/emotional_memory/embedders/__init__.py
src/emotional_memory/embedders/sentence_transformers.py
src/emotional_memory/integrations/__init__.py
src/emotional_memory/integrations/langchain.py
src/emotional_memory/stores/__init__.py
src/emotional_memory/stores/in_memory.py
src/emotional_memory/stores/sqlite.py
tests/test_affect.py
tests/test_appraisal.py
tests/test_appraisal_llm.py
tests/test_async_engine.py
tests/test_categorize.py
tests/test_comparative.py
tests/test_dataset.py
tests/test_decay.py
tests/test_demo_app.py
tests/test_demo_ui_config.py
tests/test_dual_path.py
tests/test_engine.py
tests/test_examples.py
tests/test_init_exports.py
tests/test_integration.py
tests/test_integrations_optional_imports.py
tests/test_langchain_adapter.py
tests/test_llm_http.py
tests/test_llm_integration.py
tests/test_math.py
tests/test_models.py
tests/test_mood.py
tests/test_prediction.py
tests/test_project_config.py
tests/test_resonance.py
tests/test_retrieval.py
tests/test_sentence_transformers_extra.py
tests/test_sqlite_store.py
tests/test_state.py
tests/test_store.py
tests/test_visualization.py