BrickForge is a pip-installable tool that takes you from zero to a live, production-grade AI agent on Databricks Apps. No code, no notebooks, no YAML wrangling.
$ pip install brickforge
&&
$ brickforge
A visual setup app walks you through everything. Each step is a block in a directed graph - configure, execute, done.
Each block follows the same pattern: choose an approach, configure, execute, done. No terminal needed.
BrickForge wires together the full Databricks platform into a single deployable agent. Here's what your agent ships with.
Every tool is auto-discovered, dynamically loaded, and feature-gated. No hardcoding.
| Tool | How it works | Discovery |
|---|---|---|
| UC Functions | Auto-discovered from your schema. Parameterized SQL queries as callable tools. | Auto |
| Stored Procedures | CALL proc(params) for data mutations. Update records, trigger workflows. | Auto |
| Genie MCP | Natural-language questions translated to SQL via Databricks Genie. | Config |
| Knowledge Assistant | RAG over uploaded documents. Grounded answers with citations. | Toggle |
| Vector Search | Semantic document retrieval via Databricks Vector Search index. | Config |
| External APIs | REST calls via UC connections or direct HTTP. GET, POST, PUT, DELETE. | Config |
| MCP Servers | Any MCP-compatible tool server. Weather, Slack, custom services. | Config |
| A2A Agents | Delegate to remote agents via Google A2A protocol (JSON-RPC). | Config |
| Charts | Generate bar, line, area, and pie charts inline in chat. | Toggle |
| Memory | Per-user long-term memory. Save, recall, delete across sessions. | Toggle |
| Custom Tools | Drop a Python file with @tool functions into tools/. Auto-loaded. | Auto |
Two services in one Databricks App. The agent + the chat UI.
Every agent you build is fully portable. Export it, version it, share it, deploy it to any workspace, or take over the code entirely.
Your entire agent in one file. Config, data schemas, SQL functions, stored procedures, system prompt, knowledge base - all packaged as an open, portable .forge.zip bundle.
Push your entire agent to a private GitHub repo in one click. All generated code is yours - versioned, readable, ready to fork.
config.json with all wiring (tokens stripped)BrickForge ships with a flight-operations reference agent, but the data gen wizard lets you build for any industry.
Ship with confidence. BrickForge includes a built-in MLflow evaluation pipeline so you can measure agent quality before every deploy.
Run brickforge, open the browser, and deploy a production AI agent to Databricks in minutes.