EveryDev.ai
Subscribe
Home
Tools

2,911+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1815
  • Coding1295
  • Infrastructure600
  • Marketing467
  • Projects433
  • Research403
  • Analytics351
  • Design338
  • Security243
  • MCP242
  • Testing238
  • Data230
  • Integration178
  • Prompts160
  • Learning159
  • Communication154
  • Extensions150
  • Voice130
  • Commerce125
  • DevOps108
  • Web80
  • Finance21
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Omnigent
    Omnigent icon

    Omnigent

    Agent Harness
    Featured

    An open-source AI agent meta-harness that orchestrates Claude Code, Codex, Cursor, Pi, and custom agents with unified policies, sandboxing, and real-time collaboration from any device.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully open-source under Apache 2.0. Free to use, modify, and distribute.

    Engagement

    Available On

    macOS
    Linux
    Web
    API
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent HarnessMulti-agent SystemsAgent Frameworks

    Alternatives

    OpenAI SymphonyOpenHarnessZOB Harness
    Developer
    Omnigent AISan Francisco, CAEst. 2026$20B raised

    Listed Jun 2026

    About Omnigent

    Omnigent is an open-source AI agent framework and meta-harness built under the Apache 2.0 license. It provides a common orchestration layer over Claude Code, Codex, Cursor, Pi, and agents you write yourself, letting you swap or combine harnesses without rewriting code. The project is currently in alpha and is described on its homepage as "built in the open," with contributors from the Databricks AI team and Neon.

    What It Is

    Omnigent sits between you and any AI coding agent runtime, acting as a meta-harness: a single control plane that wraps multiple agent harnesses in a sandboxed, uniform session. Rather than locking you into one vendor's agent, it lets you run Claude Code, Codex, Pi, Cursor, or a custom YAML-defined agent through the same interface, enforce the same policies, and share the same session history. The core concepts are Composition (combine models and harnesses), Control (stateful policies and OS-level sandboxing), and Collaboration (share live sessions via URL).

    Architecture and Deployment Model

    Omnigent's architecture has two main layers: a runner that wraps any agent in a sandboxed, uniform session, and a server that adds policies and shared history. The server exposes every session over the terminal, a web UI, a native macOS app, mobile browsers, and a REST API. Deployment options include:

    • Local: omnigent server start launches a web UI at http://localhost:6767
    • Docker Compose on any VPS or home server
    • One-click deploys to Render, Fly.io, Railway, Hugging Face Spaces, and Modal
    • Cloud sandboxes per session via Modal, Daytona, or Islo (managed hosts)

    The CLI installs via curl, uv, pip, or Homebrew, and requires Python 3.12+.

    Agent Composition and Custom Agents

    Omnigent ships two built-in example agents: Polly, a multi-agent coding orchestrator that delegates to parallel sub-agents in separate git worktrees and routes diffs to cross-vendor reviewers, and Debby, a dual-headed brainstorming agent that runs Claude and GPT side by side and can trigger structured debate rounds. Custom agents are defined in short YAML files specifying a prompt, tools (local Python functions or sub-agents), and an executor harness. Supported harnesses include claude-sdk, claude-native, codex, codex-native, cursor, cursor-native, openai-agents, pi, pi-native, and antigravity.

    Governance and Policy System

    Policies in Omnigent are stateful and data-centric, enforced at the meta-harness layer rather than via prompts. They stack across three levels — server-wide (admin), per-agent (developer), and per-session (user) — with stricter session rules checked first. Built-in policy types include:

    • ask_on_os_tools: pause for approval before shell commands or file writes
    • max_tool_calls_per_session: cap the number of tool calls per session
    • cost_budget: hard spend cap with configurable soft-warning thresholds

    Policies can be toggled in the web UI, set via chat, or declared in YAML config.

    Collaboration Features

    Omnigent supports multi-user accounts with invite-only signup (no email server required). Teams can share a live session via URL so teammates can watch and chat with an agent in real time, co-attach to a running session to co-drive it on the host machine, or fork a conversation to continue independently. SSO via Google, GitHub, Okta, and Microsoft is supported on deployed servers through OIDC configuration.

    Update: v0.2.0

    The latest release is v0.2.0, published on June 19, 2026. The repository was created in June 2026 and has seen active development, with the last push recorded on June 23, 2026. The project self-describes as alpha, and the homepage invites users to try it and give feedback on Discord.

    Omnigent - 1

    Community Discussions

    Be the first to start a conversation about Omnigent

    Share your experience with Omnigent, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully open-source under Apache 2.0. Free to use, modify, and distribute.

    • Meta-harness over Claude Code, Codex, Cursor, Pi, and custom agents
    • OS-level sandbox
    • Stateful contextual policies
    • Real-time session sharing and collaboration
    • Multi-user accounts

    Capabilities

    Key Features

    • Meta-harness over Claude Code, Codex, Cursor, Pi, and custom agents
    • Swap or combine agent harnesses without rewriting code
    • OS-level sandbox (filesystem and network access restriction)
    • Stateful contextual policies: spend caps, model routing, risk-based escalation
    • Real-time session sharing via URL
    • Co-drive and fork sessions for team collaboration
    • Multi-user accounts with invite-only signup
    • SSO via Google, GitHub, Okta, Microsoft (OIDC)
    • Built-in Polly (multi-agent coding orchestrator) and Debby (dual-model debate) agents
    • Custom agents defined in YAML
    • Cloud sandbox support via Modal, Daytona, Islo
    • REST API and web UI
    • macOS native desktop app
    • Mobile-friendly web UI
    • Session history and shared context across devices
    • Policy stacking: server-wide, per-agent, per-session
    • Support for API keys, subscriptions, gateways (OpenRouter, Ollama, LiteLLM, Azure), and Databricks

    Integrations

    Claude Code
    Codex
    Cursor
    Pi
    OpenAI Agents
    Anthropic API
    OpenAI API
    OpenRouter
    Ollama
    LiteLLM
    Azure OpenAI
    Databricks
    Modal
    Daytona
    Islo
    Docker
    Render
    Fly.io
    Railway
    Hugging Face Spaces
    GitHub
    Google SSO
    Okta
    Microsoft SSO
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Omnigent and help others make informed decisions.

    Developer

    Omnigent AI

    Omnigent AI builds an open-source AI agent meta-harness that orchestrates Claude Code, Codex, Cursor, Pi, and custom agents under a single control plane. The project is built by contributors from the Databricks AI team and Neon, combining expertise in data platforms and developer infrastructure. Omnigent provides composition, control, and collaboration primitives for AI agent workflows, licensed under Apache 2.0 and developed in the open on GitHub.

    Founded 2026
    San Francisco, CA
    $20B raised
    6,000 employees

    Used by

    Databricks internal teams
    Neon
    Early adopters in the open-source…
    Read more about Omnigent AI
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    OpenAI Symphony icon

    OpenAI Symphony

    Symphony is an open-source multi-agent orchestration framework by OpenAI, built with Elixir, for coordinating AI agents in complex workflows.

    OpenHarness icon

    OpenHarness

    Open-source lightweight agent infrastructure (tool-use, skills, memory, multi-agent coordination) with ohmo, a personal AI agent that works in Feishu, Slack, Telegram, and Discord.

    ZOB Harness icon

    ZOB Harness

    A governed Agent Factory for Pi that launches communicating agent teams, runs tmux-backed factories, validates artifacts, and packages repeatable workflows into reusable factories.

    Browse all tools

    Related Topics

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    103 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    221 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    447 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions