LICENSE
README.md
pyproject.toml
teshq/__init__.py
teshq/api.py
teshq.egg-info/PKG-INFO
teshq.egg-info/SOURCES.txt
teshq.egg-info/dependency_links.txt
teshq.egg-info/entry_points.txt
teshq.egg-info/requires.txt
teshq.egg-info/top_level.txt
teshq/cli/__init__.py
teshq/cli/analytics.py
teshq/cli/config.py
teshq/cli/db.py
teshq/cli/health.py
teshq/cli/logging.py
teshq/cli/main.py
teshq/cli/query.py
teshq/cli/subscribe.py
teshq/cli/telemetry.py
teshq/cli/ui/__init__.py
teshq/config/__init__.py
teshq/config/loader.py
teshq/config/paths.py
teshq/config/secrets.py
teshq/config/settings.py
teshq/core/__init__.py
teshq/core/connection.py
teshq/core/connectors.py
teshq/core/engine.py
teshq/core/exceptions.py
teshq/core/introspect.py
teshq/core/llm_factory.py
teshq/core/models.py
teshq/core/planner.py
teshq/core/query.py
teshq/core/retriever.py
teshq/core/retry.py
teshq/core/schema_graph.py
teshq/core/schema_pruner.py
teshq/core/sql_gen.py
teshq/core/sql_normalizer.py
teshq/core/sql_validator.py
teshq/core/token_counter.py
teshq/core/validation.py
teshq/subscriptions/__init__.py
teshq/subscriptions/client.py
teshq/subscriptions/state.py
teshq/telemetry/__init__.py
teshq/telemetry/analytics.py
teshq/telemetry/events.py
teshq/telemetry/pricing.py
teshq/utils/__init__.py
teshq/utils/health.py
teshq/utils/logging.py
teshq/utils/output.py
teshq/utils/save.py
teshq/utils/ui.py