<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Building an AgenticLakehouse: Interacting with Databricks Workspace via LangGraph and MCP in Community Articles</title>
    <link>https://community.databricks.com/t5/community-articles/building-an-agenticlakehouse-interacting-with-databricks/m-p/141356#M839</link>
    <description>&lt;P data-unlink="true"&gt;&lt;SPAN&gt;This project, AgenticLakehouse, explores the cutting edge of "Agentic Data Analytics." I didn't just want a chatbot; I wanted a "living" interface for the Lakehouse. The result is a Multi-Agent System that intelligently orchestrates tasks, from querying Unity Catalog to browsing the web, deployed directly as a Databricks App.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;To achieve this, I separated the system into a "Brain" and "Hands":&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;• The Brain (LangGraph): A router architecture that assesses user intent and dispatches tasks to specialist agents (e.g., a Databricks Agent, a Web Search Agent, etc,.)&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;• The Hands (MCP): A custom Model Context Protocol server that standardizes how these agents discover schemas, inspect lineage, and safely execute Spark SQL queries&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Tech Stack Breakdown:&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;• Orchestration: LangGraph (Router + Specialist Agents)&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;• Protocol: Model Context Protocol (FastMCP)&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;• LLM Models: Groq&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;• UI/App: Gradio (Databricks Apps)&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;• Compute: Databricks Serverless SQL, Databricks App, Render&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;• Observability: LangSmith&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;In the &lt;A href="https://medium.com/@vinayramgazula/building-an-agentic-lakehouse-interacting-with-databricks-workspace-via-langgraph-and-mcp-b043a9836805" target="_blank" rel="noopener"&gt;Medium post&lt;/A&gt;, I walk through the full architecture, including how to optimize Unity Catalog metadata for LLM context windows and managing state across multiple agents.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Dec 2025 01:39:51 GMT</pubDate>
    <dc:creator>vinaygazula</dc:creator>
    <dc:date>2025-12-08T01:39:51Z</dc:date>
    <item>
      <title>Building an AgenticLakehouse: Interacting with Databricks Workspace via LangGraph and MCP</title>
      <link>https://community.databricks.com/t5/community-articles/building-an-agenticlakehouse-interacting-with-databricks/m-p/141356#M839</link>
      <description>&lt;P data-unlink="true"&gt;&lt;SPAN&gt;This project, AgenticLakehouse, explores the cutting edge of "Agentic Data Analytics." I didn't just want a chatbot; I wanted a "living" interface for the Lakehouse. The result is a Multi-Agent System that intelligently orchestrates tasks, from querying Unity Catalog to browsing the web, deployed directly as a Databricks App.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;To achieve this, I separated the system into a "Brain" and "Hands":&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;• The Brain (LangGraph): A router architecture that assesses user intent and dispatches tasks to specialist agents (e.g., a Databricks Agent, a Web Search Agent, etc,.)&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;• The Hands (MCP): A custom Model Context Protocol server that standardizes how these agents discover schemas, inspect lineage, and safely execute Spark SQL queries&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Tech Stack Breakdown:&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;• Orchestration: LangGraph (Router + Specialist Agents)&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;• Protocol: Model Context Protocol (FastMCP)&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;• LLM Models: Groq&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;• UI/App: Gradio (Databricks Apps)&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;• Compute: Databricks Serverless SQL, Databricks App, Render&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;• Observability: LangSmith&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;In the &lt;A href="https://medium.com/@vinayramgazula/building-an-agentic-lakehouse-interacting-with-databricks-workspace-via-langgraph-and-mcp-b043a9836805" target="_blank" rel="noopener"&gt;Medium post&lt;/A&gt;, I walk through the full architecture, including how to optimize Unity Catalog metadata for LLM context windows and managing state across multiple agents.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 01:39:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/building-an-agenticlakehouse-interacting-with-databricks/m-p/141356#M839</guid>
      <dc:creator>vinaygazula</dc:creator>
      <dc:date>2025-12-08T01:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Building an AgenticLakehouse: Interacting with Databricks Workspace via LangGraph and MCP</title>
      <link>https://community.databricks.com/t5/community-articles/building-an-agenticlakehouse-interacting-with-databricks/m-p/141517#M849</link>
      <description>&lt;P&gt;Looks great, solid LangGraph + MCP setup on Databricks Apps. Thanks for sharing, &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/153728"&gt;@vinaygazula&lt;/a&gt;!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 15:22:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/building-an-agenticlakehouse-interacting-with-databricks/m-p/141517#M849</guid>
      <dc:creator>Advika</dc:creator>
      <dc:date>2025-12-09T15:22:08Z</dc:date>
    </item>
  </channel>
</rss>

