LICENSE
README.md
pyproject.toml
uv.lock
scripts/installed_artifact_installer_proof.py
src/databricks_agent_notebooks/__init__.py
src/databricks_agent_notebooks/__main__.py
src/databricks_agent_notebooks/_build.py
src/databricks_agent_notebooks/_constants.py
src/databricks_agent_notebooks/cli.py
src/databricks_agent_notebooks/notebook_utils.py
src/databricks_agent_notebooks/pipeline.py
src/databricks_agent_notebooks.egg-info/PKG-INFO
src/databricks_agent_notebooks.egg-info/SOURCES.txt
src/databricks_agent_notebooks.egg-info/dependency_links.txt
src/databricks_agent_notebooks.egg-info/entry_points.txt
src/databricks_agent_notebooks.egg-info/requires.txt
src/databricks_agent_notebooks.egg-info/top_level.txt
src/databricks_agent_notebooks/config/__init__.py
src/databricks_agent_notebooks/config/file_refs.py
src/databricks_agent_notebooks/config/frontmatter.py
src/databricks_agent_notebooks/config/project.py
src/databricks_agent_notebooks/config/resolution.py
src/databricks_agent_notebooks/execution/__init__.py
src/databricks_agent_notebooks/execution/executor.py
src/databricks_agent_notebooks/execution/injection.py
src/databricks_agent_notebooks/execution/lineage.py
src/databricks_agent_notebooks/execution/rendering.py
src/databricks_agent_notebooks/for_agents/README.md
src/databricks_agent_notebooks/for_agents/advanced_pipeline_concepts.md
src/databricks_agent_notebooks/for_agents/agent_doctor.md
src/databricks_agent_notebooks/for_agents/databricks-agent-notebooks-parameter-flow.png
src/databricks_agent_notebooks/for_agents/notebook_utils_guide.md
src/databricks_agent_notebooks/for_agents/package_cell_instructions.md
src/databricks_agent_notebooks/for_agents/scala_development.md
src/databricks_agent_notebooks/for_agents/examples/pipeline/pipeline_demo.md
src/databricks_agent_notebooks/for_agents/examples/scala/package_cells_scaffold.md
src/databricks_agent_notebooks/for_agents/examples/scala/src/api/implementation/Api.scala
src/databricks_agent_notebooks/for_agents/examples/scala/src/api/stable/Api.scala
src/databricks_agent_notebooks/for_agents/examples/smoke/python_select_one.md
src/databricks_agent_notebooks/for_agents/examples/smoke/scala_select_one.md
src/databricks_agent_notebooks/for_agents/preprocessing/README.md
src/databricks_agent_notebooks/for_agents/preprocessing/plugins.md
src/databricks_agent_notebooks/for_agents/scripts/agent-nb-run.sh
src/databricks_agent_notebooks/formats/__init__.py
src/databricks_agent_notebooks/formats/conversion.py
src/databricks_agent_notebooks/formats/dbr_source.py
src/databricks_agent_notebooks/integrations/__init__.py
src/databricks_agent_notebooks/integrations/databricks/__init__.py
src/databricks_agent_notebooks/integrations/databricks/clusters.py
src/databricks_agent_notebooks/preprocessing/__init__.py
src/databricks_agent_notebooks/preprocessing/builtins.py
src/databricks_agent_notebooks/preprocessing/docs.py
src/databricks_agent_notebooks/preprocessing/engine.py
src/databricks_agent_notebooks/preprocessing/errors.py
src/databricks_agent_notebooks/preprocessing/plugins/__init__.py
src/databricks_agent_notebooks/preprocessing/plugins/best_practices.py
src/databricks_agent_notebooks/preprocessing/plugins/include.py
src/databricks_agent_notebooks/preprocessing/plugins/param.py
src/databricks_agent_notebooks/runtime/__init__.py
src/databricks_agent_notebooks/runtime/connect.py
src/databricks_agent_notebooks/runtime/doctor.py
src/databricks_agent_notebooks/runtime/home.py
src/databricks_agent_notebooks/runtime/inventory.py
src/databricks_agent_notebooks/runtime/kernel.py
src/databricks_agent_notebooks/runtime/launcher.py
src/databricks_agent_notebooks/runtime/manifest.py
src/databricks_agent_notebooks/runtime/scala_connect.py
tests/conftest.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_cli_smoke.py
tests/integration/test_cluster_timeout.py
tests/integration/test_databricks_serverless.py
tests/integration/test_global_install.py
tests/integration/test_kernel_lifecycle.py
tests/integration/test_local_spark_execution.py
tests/integration/fixtures/__init__.py
tests/integration/fixtures/notebooks/error_python.md
tests/integration/fixtures/notebooks/local_spark_profile_python.md
tests/integration/fixtures/notebooks/local_spark_profile_scala.md
tests/integration/fixtures/notebooks/local_spark_python.md
tests/integration/fixtures/notebooks/multi_cell_python.md
tests/integration/fixtures/notebooks/render_test.ipynb
tests/integration/fixtures/notebooks/smoke_python.md
tests/integration/fixtures/notebooks/smoke_scala.md
tests/unit/test_cli.py
tests/unit/test_config_file_refs.py
tests/unit/test_config_frontmatter.py
tests/unit/test_config_project.py
tests/unit/test_config_resolution.py
tests/unit/test_execution_executor.py
tests/unit/test_execution_injection.py
tests/unit/test_execution_rendering.py
tests/unit/test_formats_conversion.py
tests/unit/test_formats_dbr_source.py
tests/unit/test_installed_artifact_installer_proof.py
tests/unit/test_integrations_databricks_clusters.py
tests/unit/test_lifecycle_hooks.py
tests/unit/test_notebook_utils.py
tests/unit/test_pipeline.py
tests/unit/test_preprocessing.py
tests/unit/test_preprocessing_builtins.py
tests/unit/test_repo_layout.py
tests/unit/test_runtime_connect.py
tests/unit/test_runtime_doctor.py
tests/unit/test_runtime_home.py
tests/unit/test_runtime_inventory.py
tests/unit/test_runtime_kernel.py
tests/unit/test_runtime_launcher.py
tests/unit/test_runtime_manifests.py
tests/unit/test_runtime_scala_connect.py
tests/unit/test_version.py