LICENSE
README.md
pyproject.toml
src/sinapsis_chat_history/__init__.py
src/sinapsis_chat_history.egg-info/PKG-INFO
src/sinapsis_chat_history.egg-info/SOURCES.txt
src/sinapsis_chat_history.egg-info/dependency_links.txt
src/sinapsis_chat_history.egg-info/requires.txt
src/sinapsis_chat_history.egg-info/top_level.txt
src/sinapsis_chat_history/helpers/__init__.py
src/sinapsis_chat_history/helpers/database_env_var_keys.py
src/sinapsis_chat_history/helpers/schemas.py
src/sinapsis_chat_history/helpers/tags.py
src/sinapsis_chat_history/providers/__init__.py
src/sinapsis_chat_history/providers/base.py
src/sinapsis_chat_history/providers/factory.py
src/sinapsis_chat_history/providers/postgres.py
src/sinapsis_chat_history/providers/sqlite.py
src/sinapsis_chat_history/providers/supabase.py
src/sinapsis_chat_history/templates/__init__.py
src/sinapsis_chat_history/templates/chat_history_base.py
src/sinapsis_chat_history/templates/chat_history_delete.py
src/sinapsis_chat_history/templates/chat_history_fetch.py
src/sinapsis_chat_history/templates/chat_history_reset.py
src/sinapsis_chat_history/templates/chat_history_save.py