LICENSE
README.md
pyproject.toml
src/titan/__init__.py
src/titan/adapter.py
src/titan/bot.py
src/titan/ctx.py
src/titan/errors.py
src/titan/inspector.py
src/titan/keyboard.py
src/titan/middleware.py
src/titan/py.typed
src/titan/router.py
src/titan/telegram.py
src/titan/update.py
src/titan/validation.py
src/titan/extras/__init__.py
src/titan/extras/alias.py
src/titan/extras/ask.py
src/titan/health/__init__.py
src/titan/health/checks.py
src/titan/health/models.py
src/titan/health/runner.py
src/titan/light/__init__.py
src/titan/light/_core.py
src/titan/light/_models.py
src/titan/links/__init__.py
src/titan/links/address.py
src/titan/links/archive.py
src/titan/links/handler.py
src/titan/links/identity.py
src/titan/links/manager.py
src/titan/links/store.py
src/titan/lint/__init__.py
src/titan/lint/engine.py
src/titan/lint/findings.py
src/titan/lint/rules/__init__.py
src/titan/lint/rules/callback_rules.py
src/titan/lint/rules/command_rules.py
src/titan/lint/rules/offset_rules.py
src/titan/lint/rules/router_rules.py
src/titan/migration/__init__.py
src/titan/migration/_data.py
src/titan/migration/models.py
src/titan/models/__init__.py
src/titan/models/capabilities.py
src/titan/models/chat.py
src/titan/models/message.py
src/titan/models/permissions.py
src/titan/models/sender.py
src/titan/playground/__init__.py
src/titan/playground/factory.py
src/titan/playground/recording.py
src/titan/privacy/__init__.py
src/titan/privacy/handler.py
src/titan/privacy/protocol.py
src/titan/privacy/registry.py
src/titan/profiler/__init__.py
src/titan/profiler/_models.py
src/titan/profiler/_run.py
src/titan/recipes/__init__.py
src/titan/recipes/welcome.py
src/titan/timeline/__init__.py
src/titan/timeline/_data.py
src/titan/timeline/models.py
src/titanx.egg-info/PKG-INFO
src/titanx.egg-info/SOURCES.txt
src/titanx.egg-info/dependency_links.txt
src/titanx.egg-info/requires.txt
src/titanx.egg-info/top_level.txt
tests/test_actions.py
tests/test_adapter.py
tests/test_alias.py
tests/test_ask.py
tests/test_bot.py
tests/test_capabilities.py
tests/test_ctx.py
tests/test_error_handler.py
tests/test_error_philosophy.py
tests/test_errors.py
tests/test_health.py
tests/test_inspector.py
tests/test_keyboard.py
tests/test_light.py
tests/test_links_address.py
tests/test_links_edge_cases.py
tests/test_links_handler.py
tests/test_links_identity.py
tests/test_links_integration.py
tests/test_links_manager.py
tests/test_links_store.py
tests/test_lint.py
tests/test_middleware.py
tests/test_migration.py
tests/test_models.py
tests/test_permissions.py
tests/test_playground.py
tests/test_privacy.py
tests/test_profiler.py
tests/test_real_world.py
tests/test_recipes_welcome.py
tests/test_router.py
tests/test_timeline.py
tests/test_update.py
tests/test_validation.py