What problem does it solve? Deploying ML models and LLM agents to production endpoints involves many error-prone steps: logging models with correct signatures, registering to Unity Catalog, declaring resources for authentication, handling long async deployments, and querying endpoints in the right format. This Skill provides end-to-end guidance for the entire Databricks Model Serving lifecycle. ## Core Features & Use Cases - Classical ML Deployment: Deploy sklearn, xgboost, LightGBM, and PyTorch models using MLflow autolog with automatic Unity Catalog registration. - GenAI Agent Deployment: Build and deploy ResponsesAgent and LangGraph agents with tool integration via Unity Catalog Functions and Vector Search retrievers. - Async Job-Based Deployment: Avoid MCP timeouts on ~15-minute agent deployments by running deployment as a Databricks job. - Endpoint Querying: Query endpoints via MCP tools, Python SDK, REST API, or OpenAI-compatible clients. - Use Case: You built a LangGraph agent with UC Function tools and need to log it with proper resources, register it to Unity Catalog, deploy it to a serving endpoint, and test it with chat-style queries. ## Quick Start Ask the assistant to deploy your MLflow model or ResponsesAgent to a Databricks serving endpoint and then query it with a test message.