LICENSE
README.md
pyproject.toml
tests/test_chat_service.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/settings.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/__pycache__/__init__.cpython-312.pyc
tmf_chat_service/migrations/__pycache__/__init__.cpython-314.pyc
tmf_chat_service/migrations/__pycache__/env.cpython-314.pyc
tmf_chat_service/migrations/versions/0001_init_chat.py
tmf_chat_service/migrations/versions/__pycache__/0001_init_chat.cpython-314.pyc
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