What problem does it solve?
Databricks teams often need to stitch together conversational AI capabilities across document-based Q&A, SQL exploration, and multi-agent orchestration. This Skill provides a ready-to-use blueprint—the Agent Bricks—which packages Knowledge Assistants (KA), Genie Spaces for NL-to-SQL, and Multi-Agent Supervisors (MAS) into reusable building blocks.
Core Features & Use Cases
- KA for document Q&A over Unity Catalog volumes, with instruction templates and example workflows.
- Genie Space guidance for turning natural language queries into SQL over Unity Catalog tables.
- MAS orchestration that routes queries to specialized endpoints (KA, Genie, or custom models) to deliver coordinated responses.
- MCP tooling overview: create_or_update_ka, create_or_update_genie, create_or_update_mas to provision and manage bricks in Databricks environments.
Quick Start
Prepare your data (docs in a volume and raw data for Genie), then create KA, Genie Space, and MAS bricks using the MCP tools. Wait for provisioning to ONLINE status and optionally add example questions.