Requires uv.
uv syncThis creates .venv/ and installs all pinned dependencies from uv.lock — including databricks-sdk>=0.102.0.
Fallback (without uv):
pip install -r requirements.txt
Requires Node.js (v18+).
cd visual && bash start.shstart.sh installs Node deps automatically on first run via npm ci. Opens the architecture explorer at http://localhost:9000.
cp config/.env.example .env.localThen run the guided setup script — it walks through every required env var and provisions Databricks resources interactively:
./scripts/sh/setup_dbx_env.shTo check current configuration status without making changes:
./scripts/sh/setup_dbx_env.sh --check./scripts/sh/start_local.shSee docs/Build & setup flow.md for a full overview of scripts, data init, tools, and agent layers.