Databricks Open-Sources Omnigent: The "Meta-Harness" Layer for AI Agents
Juggling multiple AI agent frameworks like Claude Code, Codex, or Pi often means dealing with fragmented environments, manual context switching, and fragile prompt-based guardrails.
To solve this, Databricks team has built Omnigent (under the Apache 2.0 license)—a powerful meta-harness built that standardizes how we compose, govern, and share AI agents.
If you run more than one coding agent, it's worth a look.
Quick framing: a harness is the wrapper that turns a model into an agent — Claude Code, Codex, Pi. Omnigent sits one level above them.
Here are takeaways:
1. One layer over every harness → Claude Code, Codex, Pi, and custom YAML agents in the same session → Swap a harness or model with a one-line change → The same session is reachable from terminal, web, desktop, and phone
2. Control through policies, not prompts → A cost policy can pause an agent after every $100 it spends → A contextual policy can require approval to git push after an npm install → Its OS sandbox injects secrets like a GitHub token only at the egress proxy
3. Collaboration that isn't copy-paste → Share a live agent session by URL → Teammates watch it work, comment on files, co-drive, or fork the conversation
4. Two example agents ship with it → Polly: delegates to coding sub-agents in parallel git worktrees, then routes each diff to a reviewer from a different vendor than the writer → Debby: sends every question to both Claude and GPT and lets them debate
It's Apache 2.0
Full analysis:
marktechpost.com/2026/06/13/…
Repo:
github.com/omnigent-ai/omnig…
Technical details:
databricks.com/blog/introduc…
We have created a small demo to show how the research works:
ai-paper-demos.vercel.app/om…
@databricks @DbrxMosaicAI