genai-agents-setup

Orchestrates Databricks GenAI agent implementation with MLflow 3.0, Genie Spaces, and Lakebase memory.

5|6|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/databricks-solutions/vibe-coding-workshop-template --skill genai-agents-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: genai-agents-setup
Source: https://github.com/databricks-solutions/vibe-coding-workshop-template/tree/main/data_product_accelerator/skills/genai-agents/00-genai-agents-setup
Command: npx skills add https://github.com/databricks-solutions/vibe-coding-workshop-template --skill genai-agents-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the complex process of building and deploying robust Generative AI agents on Databricks, ensuring they are production-ready, scalable, and maintainable.

Core Features & Use Cases

  • End-to-End Orchestration: Guides you through all phases of agent implementation, from planning to production monitoring.
  • Integration with Databricks Services: Leverages MLflow, Genie Spaces, Lakebase, and Unity Catalog for a seamless experience.
  • Use Case: Implement a customer support AI agent that can access user data via Genie Spaces, maintain conversation history with Lakebase memory, and be continuously evaluated and monitored for performance.

Quick Start

Use the genai-agents-setup skill to begin implementing a new AI agent on Databricks.

Frequently Asked Questions about genai-agents-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy GenAI agents on Databricks for production?

To deploy GenAI agents on Databricks, use MLflow 3.0 ResponsesAgent for orchestration, Genie Spaces for data access, and Lakebase for memory. This ensures agents are scalable, continuously evaluated, and monitored for performance.

What is the best way to build a customer support AI agent with conversation history?

Building a customer support AI agent requires orchestrating Databricks services. Use Genie Spaces for user data access and Lakebase memory to maintain conversation history, ensuring the agent remains production-ready and continuously monitored.

Does MLflow 3.0 work with Databricks Genie Spaces for agent orchestration?

MLflow 3.0 works directly with Databricks Genie Spaces. The ResponsesAgent API uses MLflow for end-to-end agent orchestration while Genie Spaces handles the underlying data access for comprehensive agent development.

How do I manage dependencies when building GenAI agents using MLflow?

Managing dependencies for GenAI agents using MLflow involves configuring mandatory core agent skills and cross-domain dependencies. This structured approach ensures comprehensive development, evaluation, deployment, and monitoring within the Databricks environment.

Can I use Lakebase memory to maintain state in Databricks GenAI agents?

Lakebase memory is used to maintain conversation state and history in Databricks GenAI agents. It integrates directly with the MLflow 3.0 ResponsesAgent to ensure agents retain context during continuous production evaluation.