LICENSE
README.md
pyproject.toml
tests/test_chat_service.py
tests/test_contract_exports.py
tests/test_meta.py
tests/test_migrations_fresh_db.py
tests/test_migrations_schema_isolation.py
tmf_chat_back.egg-info/PKG-INFO
tmf_chat_back.egg-info/SOURCES.txt
tmf_chat_back.egg-info/dependency_links.txt
tmf_chat_back.egg-info/requires.txt
tmf_chat_back.egg-info/top_level.txt
tmf_chat_service/__init__.py
tmf_chat_service/ai.py
tmf_chat_service/alembic.ini
tmf_chat_service/db.py
tmf_chat_service/main.py
tmf_chat_service/mention_digest.py
tmf_chat_service/push.py
tmf_chat_service/settings.py
tmf_chat_service/slash.py
tmf_chat_service/system_messages.py
tmf_chat_service/websocket.py
tmf_chat_service/auth/__init__.py
tmf_chat_service/auth/chat_scope.py
tmf_chat_service/auth/federation.py
tmf_chat_service/migrations/__init__.py
tmf_chat_service/migrations/env.py
tmf_chat_service/migrations/script.py.mako
tmf_chat_service/migrations/versions/0001_init_chat.py
tmf_chat_service/migrations/versions/0002_pins_saved.py
tmf_chat_service/migrations/versions/0003_fts_index.py
tmf_chat_service/migrations/versions/0004_system_messages.py
tmf_chat_service/migrations/versions/0005_webhooks.py
tmf_chat_service/migrations/versions/0006_mention_notifications.py
tmf_chat_service/migrations/versions/0007_push_subscriptions.py
tmf_chat_service/models/__init__.py
tmf_chat_service/models/base.py
tmf_chat_service/models/chat.py
tmf_chat_service/routers/__init__.py
tmf_chat_service/routers/ai.py
tmf_chat_service/routers/chat.py
tmf_chat_service/routers/meta.py