Databricks released Omnigent, an open-source "meta-harness" layer that sits above Coding Agents (Claude Code, Devin, Cursor, etc.) and orchestrates them. The standout: a single API allows users to "compose" multiple Coding Agents into more powerful workflows, without writing custom integration code.
The "meta-harness" insight: Coding Agents are powerful but siloed — each has its own API, its own conventions, its own strengths. Omnigent's fix: a "meta-harness" that wraps multiple Coding Agents and provides a unified interface. The meta-harness handles authentication, task routing, result aggregation, and error recovery.
The "Omnigent Agent" architecture: the meta-harness is itself an LLM-based Agent. It receives a high-level task ("build a web app"), decomposes it into sub-tasks, dispatches each sub-task to the most appropriate Coding Agent, monitors progress, and aggregates the results. The result is a "team of Coding Agents" that can tackle complex tasks.
The benchmark: on the SWE-Bench-Multi benchmark (tasks requiring multiple Coding Agents), Omnigent-augmented workflows score 32% higher than single-Agent workflows. The biggest improvement is on long-horizon tasks, where the meta-harness's task decomposition shines.
The bigger takeaway: "meta-harness" is a significant new layer in the Agent stack. Just as "Agent frameworks" (LangChain, AutoGen) abstracted over individual LLMs, "meta-harnesses" (Omnigent) abstract over individual Agents. The "Agent of Agents" pattern is the right architecture for complex workflows, and Databricks (under Matei Zaharia's leadership) is positioning itself as the "Databricks of the Agent era."