LICENSE
README.md
pyproject.toml
src/tele_mess_core/__init__.py
src/tele_mess_core/__main__.py
src/tele_mess_core/cli.py
src/tele_mess_core/config.py
src/tele_mess_core/daily.py
src/tele_mess_core/daily_jobs.py
src/tele_mess_core/logging_setup.py
src/tele_mess_core/maintenance.py
src/tele_mess_core/models.py
src/tele_mess_core/openai_fallback.py
src/tele_mess_core/runtime_paths.py
src/tele_mess_core.egg-info/PKG-INFO
src/tele_mess_core.egg-info/SOURCES.txt
src/tele_mess_core.egg-info/dependency_links.txt
src/tele_mess_core.egg-info/entry_points.txt
src/tele_mess_core.egg-info/requires.txt
src/tele_mess_core.egg-info/top_level.txt
src/tele_mess_core/archive/__init__.py
src/tele_mess_core/archive/migrations.py
src/tele_mess_core/archive/schema.sql
src/tele_mess_core/archive/store.py
src/tele_mess_core/server/__init__.py
src/tele_mess_core/server/api.py
src/tele_mess_core/server/console.html
src/tele_mess_core/server/console.py
src/tele_mess_core/server/contracts.py
src/tele_mess_core/telegram/__init__.py
src/tele_mess_core/telegram/auth.py
src/tele_mess_core/telegram/delivery.py
src/tele_mess_core/telegram/discovery.py
src/tele_mess_core/telegram/ingest.py
src/tele_mess_core/telegram/manager.py
src/tele_mess_core/telegram/runtime.py
tests/test_api_contracts.py
tests/test_archive_store.py
tests/test_cli.py
tests/test_config.py
tests/test_daily.py
tests/test_daily_jobs.py
tests/test_maintenance.py
tests/test_openai_fallback.py
tests/test_runtime_manager.py
tests/test_runtime_paths.py
tests/test_sync_api.py
tests/test_telegram_auth.py
tests/test_telegram_delivery.py
tests/test_telegram_discovery.py
tests/test_telegram_ingest.py