What problem does it solve?
This Skill simplifies the creation and management of powerful AI agents within Databricks, enabling users to build conversational interfaces and automate complex tasks without deep AI expertise.
Core Features & Use Cases
- Knowledge Assistants (KA): Create document-based Q&A systems that leverage Retrieval-Augmented Generation (RAG) to answer questions from indexed documents stored in Unity Catalog Volumes. Ideal for building chatbots that can query internal documentation, policies, or reports.
- Supervisor Agents (MAS): Orchestrate multiple specialized agents (KAs, Genie Spaces, model serving endpoints, UC functions, external MCP servers) into a single, unified conversational interface. This allows for complex workflows where user queries are intelligently routed to the most appropriate agent.
- Genie Spaces Integration: Seamlessly integrate Genie Spaces for natural language to SQL queries, allowing agents to interact with and explore data in Unity Catalog.
- Use Case: An enterprise support system where a Supervisor Agent routes user queries to a Knowledge Assistant for policy questions, a Genie Space for usage analytics, and an external system for ticket creation.
Quick Start
Use the databricks-agent-bricks skill to create a knowledge assistant named 'HR Policy Assistant' using documents from '/Volumes/my_catalog/my_schema/raw_data/hr_docs'.