.env.example
.gitignore
.gitsecret-whitelist
.pre-commit-config.yaml
.python-version
.readthedocs.yml
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DEVELOP.md
LICENSE
NOTICE
README.md
SECURITY.md
mkdocs.yml
plan.md
pyproject.toml
pytest.ini
requirements-docs.txt
uv.lock
weekly_report.md
.github/workflows/ci.yml
.github/workflows/publish.yml
ai/README.md
ai/prompts/PLAN.md
bin/uv
docs/index.md
docs/requirements.txt
docs/api/client.md
docs/api/index.md
docs/api/notebook.md
docs/api/response-types.md
docs/assets/louie-logo.png
docs/developer/architecture.md
docs/developer/development.md
docs/developer/link-checking.md
docs/developer/publishing.md
docs/developer/testing.md
docs/getting-started/authentication.md
docs/getting-started/installation.md
docs/getting-started/quick-start.md
docs/getting-started/notebooks/01-getting-started.ipynb
docs/getting-started/notebooks/02-data-science-workflow.ipynb
docs/getting-started/notebooks/03-fraud-investigation.ipynb
docs/getting-started/notebooks/04-error-handling.ipynb
docs/getting-started/notebooks/05-vibes-investigation-tutorial.ipynb
docs/guides/agent-selection.md
docs/guides/authentication.md
docs/guides/datathreads.md
docs/guides/examples.md
docs/guides/query-patterns.md
docs/guides/agents/athena.md
docs/guides/agents/bigquery.md
docs/guides/agents/cockroachdb.md
docs/guides/agents/code.md
docs/guides/agents/databricks.md
docs/guides/agents/firecrawl.md
docs/guides/agents/graph.md
docs/guides/agents/index.md
docs/guides/agents/kepler.md
docs/guides/agents/kusto.md
docs/guides/agents/mermaid.md
docs/guides/agents/mssql.md
docs/guides/agents/mysql.md
docs/guides/agents/neptune.md
docs/guides/agents/notebook.md
docs/guides/agents/opensearch.md
docs/guides/agents/perspective.md
docs/guides/agents/postgresql.md
docs/guides/agents/snowflake.md
docs/guides/agents/spanner.md
docs/guides/agents/splunk.md
docs/guides/agents/tableai.md
docs/reference/agents.md
scripts/build-all-notebooks.sh
scripts/build-notebook.sh
scripts/check-links.sh
scripts/ci-local.sh
scripts/ci-quick.sh
scripts/common.sh
scripts/format.sh
scripts/generate_type_docs.py
scripts/mypy.sh
scripts/pytest.sh
scripts/ruff.sh
scripts/test-env-check.sh
scripts/test-install-common.sh
scripts/test-pip-install.sh
scripts/test-rtd-validation.sh
scripts/test-uv-install.sh
scripts/test.sh
scripts/test_docs.sh
scripts/test_type_workflow.py
scripts/validate-readthedocs.sh
scripts/ci/docs-build.sh
scripts/ci/format.sh
scripts/ci/install-deps.sh
scripts/ci/lint.sh
scripts/ci/test-coverage.sh
scripts/ci/typecheck.sh
scripts/ci/validate-rtd.sh
scripts/notebook-utils/README.md
scripts/notebook-utils/ci-example.yml
scripts/notebook-utils/clean-notebook-outputs.py
scripts/notebook-utils/validate-notebook.py
src/louieai/__init__.py
src/louieai/_client.py
src/louieai/_version.py
src/louieai/auth.py
src/louieai/globals.py
src/louieai/py.typed
src/louieai.egg-info/PKG-INFO
src/louieai.egg-info/SOURCES.txt
src/louieai.egg-info/dependency_links.txt
src/louieai.egg-info/requires.txt
src/louieai.egg-info/top_level.txt
src/louieai/notebook/__init__.py
src/louieai/notebook/cursor.py
src/louieai/notebook/exceptions.py
src/louieai/notebook/streaming.py
templates/export_element_types.py
test-env-310/pyvenv.cfg
tests/__init__.py
tests/conftest.py
tests/doc_fixtures.py
tests/run_doc_tests.py
tests/test_doc_examples.py
tests/test_doc_examples_safe.py
tests/utils.py
tests/docker/Dockerfile.pip
tests/docker/Dockerfile.uv
tests/docker/test-docker-install.sh
tests/integration/__init__.py
tests/integration/test_arrow_dataframe_integration.py
tests/integration/test_databricks_empty_text.py
tests/integration/test_documentation_integration.py
tests/integration/test_notebook_experience.py
tests/integration/test_real_louie.py
tests/integration/notebook/test_basic_flow.py
tests/integration/notebook/test_cursor_new_integration.py
tests/integration/notebook/test_mock_flow.py
tests/integration/notebook/test_streaming_real.py
tests/performance/notebook/test_trace_overhead.py
tests/unit/__init__.py
tests/unit/fixtures.py
tests/unit/mock_responses.py
tests/unit/mocks.py
tests/unit/test_arrow_format.py
tests/unit/test_auth.py
tests/unit/test_callable_module.py
tests/unit/test_cascade_simple.py
tests/unit/test_client.py
tests/unit/test_client_callable.py
tests/unit/test_cursor_text_extraction.py
tests/unit/test_databricks_df_bug.py
tests/unit/test_dataframe_fetching.py
tests/unit/test_documentation.py
tests/unit/test_element_compatibility.py
tests/unit/test_extract_org_coverage.py
tests/unit/test_graph_access.py
tests/unit/test_imports.py
tests/unit/test_init_import_coverage.py
tests/unit/test_inline_dataframe_display.py
tests/unit/test_louie_factory.py
tests/unit/test_mock_responses.py
tests/unit/test_org_auth_flow.py
tests/unit/notebook/test_api_key_auth.py
tests/unit/notebook/test_cursor.py
tests/unit/notebook/test_cursor_display.py
tests/unit/notebook/test_cursor_new.py
tests/unit/notebook/test_dataframe_access.py
tests/unit/notebook/test_dataframe_element_metadata.py
tests/unit/notebook/test_element_rendering.py
tests/unit/notebook/test_element_types.py
tests/unit/notebook/test_elements_text_fields.py
tests/unit/notebook/test_errors.py
tests/unit/notebook/test_help.py
tests/unit/notebook/test_lui_proxy.py
tests/unit/notebook/test_streaming.py
tests/unit/notebook/test_streaming_integration.py
tests/unit/notebook/test_streaming_response.py
tests/unit/notebook/test_thread_properties.py
tests/unit/notebook/test_traces.py