LICENSE
README.md
pyproject.toml
src/telegram_assistant/__init__.py
src/telegram_assistant/health.py
src/telegram_assistant.egg-info/PKG-INFO
src/telegram_assistant.egg-info/SOURCES.txt
src/telegram_assistant.egg-info/dependency_links.txt
src/telegram_assistant.egg-info/entry_points.txt
src/telegram_assistant.egg-info/requires.txt
src/telegram_assistant.egg-info/top_level.txt
src/telegram_assistant/access/__init__.py
src/telegram_assistant/access/service.py
src/telegram_assistant/cli/__init__.py
src/telegram_assistant/cli/main.py
src/telegram_assistant/config/__init__.py
src/telegram_assistant/config/loader.py
src/telegram_assistant/config/models.py
src/telegram_assistant/config/reload.py
src/telegram_assistant/domain/__init__.py
src/telegram_assistant/entities/__init__.py
src/telegram_assistant/entities/service.py
src/telegram_assistant/entities/telethon_backend.py
src/telegram_assistant/folders/__init__.py
src/telegram_assistant/folders/service.py
src/telegram_assistant/folders/telethon_backend.py
src/telegram_assistant/groups/__init__.py
src/telegram_assistant/groups/service.py
src/telegram_assistant/groups/telethon_backend.py
src/telegram_assistant/http_api/__init__.py
src/telegram_assistant/http_api/access.py
src/telegram_assistant/http_api/app.py
src/telegram_assistant/http_api/auth.py
src/telegram_assistant/http_api/folders.py
src/telegram_assistant/http_api/groups.py
src/telegram_assistant/http_api/members.py
src/telegram_assistant/http_api/messages.py
src/telegram_assistant/http_api/notifications.py
src/telegram_assistant/http_api/topics.py
src/telegram_assistant/http_api/mcp/__init__.py
src/telegram_assistant/http_api/mcp/oauth.py
src/telegram_assistant/http_api/mcp/server.py
src/telegram_assistant/http_api/mcp/tools.py
src/telegram_assistant/members/__init__.py
src/telegram_assistant/members/service.py
src/telegram_assistant/members/telethon_backend.py
src/telegram_assistant/messages/__init__.py
src/telegram_assistant/messages/attachments.py
src/telegram_assistant/messages/downloads.py
src/telegram_assistant/messages/forwarding.py
src/telegram_assistant/messages/reactions.py
src/telegram_assistant/messages/sent_registry.py
src/telegram_assistant/messages/service.py
src/telegram_assistant/messages/telethon_backend.py
src/telegram_assistant/notifications/__init__.py
src/telegram_assistant/notifications/service.py
src/telegram_assistant/notifications/telethon_backend.py
src/telegram_assistant/observability/__init__.py
src/telegram_assistant/observability/alerts.py
src/telegram_assistant/observability/factory.py
src/telegram_assistant/observability/logging.py
src/telegram_assistant/persistence/__init__.py
src/telegram_assistant/persistence/idempotency.py
src/telegram_assistant/persistence/models.py
src/telegram_assistant/persistence/schema.py
src/telegram_assistant/persistence/store.py
src/telegram_assistant/plugins/__init__.py
src/telegram_assistant/plugins/base.py
src/telegram_assistant/plugins/planfix.py
src/telegram_assistant/telegram_client/__init__.py
src/telegram_assistant/telegram_client/errors.py
src/telegram_assistant/telegram_client/proxy.py
src/telegram_assistant/telegram_client/session.py
src/telegram_assistant/topics/__init__.py
src/telegram_assistant/topics/service.py
src/telegram_assistant/topics/telethon_backend.py
src/telegram_assistant/worker/__init__.py
src/telegram_assistant/worker/queue.py
tests/test_access.py
tests/test_access_enforcement.py
tests/test_app_skeleton.py
tests/test_cli_access.py
tests/test_cli_access_mgmt.py
tests/test_cli_groups_layout.py
tests/test_cli_operations.py
tests/test_config_loader.py
tests/test_config_reload.py
tests/test_docker_image.py
tests/test_dry_run_contract.py
tests/test_dry_run_folders_operations.py
tests/test_dry_run_groups_topics.py
tests/test_dry_run_members_messages.py
tests/test_entities.py
tests/test_folders.py
tests/test_groups.py
tests/test_groups_layout.py
tests/test_health.py
tests/test_http_access.py
tests/test_http_groups_layout.py
tests/test_http_lifespan.py
tests/test_mcp_integration.py
tests/test_mcp_mount.py
tests/test_mcp_oauth.py
tests/test_mcp_tools.py
tests/test_members.py
tests/test_members_remove.py
tests/test_message_downloads.py
tests/test_messages.py
tests/test_messages_base64.py
tests/test_messages_delete.py
tests/test_messages_delete_surfaces.py
tests/test_messages_forward.py
tests/test_messages_reactions.py
tests/test_messages_recent.py
tests/test_messages_telethon_backend.py
tests/test_notifications.py
tests/test_observability_alerts.py
tests/test_observability_logging.py
tests/test_persistence.py
tests/test_plugins.py
tests/test_proxy.py
tests/test_sent_registry.py
tests/test_skill_errors_scope.py
tests/test_skill_inventory.py
tests/test_skill_scenarios.py
tests/test_skill_structure.py
tests/test_telegram_client.py
tests/test_topics.py
tests/test_topics_bulk.py
tests/test_topics_close.py
tests/test_topics_telethon_backend.py
tests/test_worker_queue.py