OPEN_SOURCE ↗
YT · YOUTUBE// 3h agoPRODUCT UPDATE
Databricks Supervisor API adds background mode
Databricks’ beta Supervisor API lets developers hand off agent-loop orchestration, hosted tool execution, and final response synthesis to the platform. Background mode is the key piece: it keeps long-running, multi-tool workflows moving without blocking a synchronous request.
// ANALYSIS
This is Databricks moving from “host an LLM” toward “run the agent runtime for you.” The upside is less glue code and cleaner governance; the tradeoff is that you buy into Databricks’ hosted-tool model and its beta constraints.
- –It removes the brittle part of agent apps: repeated model calls, tool selection, and result stitching
- –Background mode makes it practical for workflows that query multiple systems or chain many steps
- –The supported tool set is opinionated, which fits enterprise Databricks setups but narrows custom orchestration
- –Limits matter: 30-minute max runtime, no client-side function tools, no exactly-once durability, no `temperature` control
- –The cleanest fit is Databricks Apps plus Unity Catalog, Genie, MCP, and other governed internal tools
// TAGS
databrickssupervisor-apiapiagentautomationinfrastructuremcp
DISCOVERED
3h ago
2026-04-29
PUBLISHED
3h ago
2026-04-29
RELEVANCE
8/ 10
AUTHOR
OpenAI