Skip to content

mehdi-dbx/agent-forge

Repository files navigation

agent-forge

Getting Started

1. Install dependencies

Python

Requires uv.

uv sync

This creates .venv/ and installs all pinned dependencies from uv.lock — including databricks-sdk>=0.102.0.

Fallback (without uv): pip install -r requirements.txt

Visual app (optional)

Requires Node.js (v18+).

cd visual && bash start.sh

start.sh installs Node deps automatically on first run via npm ci. Opens the architecture explorer at http://localhost:9000.

2. Configure environment

cp config/.env.example .env.local

Then run the guided setup script — it walks through every required env var and provisions Databricks resources interactively:

./scripts/sh/setup_dbx_env.sh

To check current configuration status without making changes:

./scripts/sh/setup_dbx_env.sh --check

3. Run locally

./scripts/sh/start_local.sh

Project Structure

See docs/Build & setup flow.md for a full overview of scripts, data init, tools, and agent layers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors