AIAny
AI Agent2026
Icon for item

Omnigent

Orchestrates, composes, and governs multiple AI agents (Claude Code, Codex, Cursor, Pi, and custom agents) via a meta-harness that enforces policy-based sandboxing, spend caps, and live collaborative sessions. Agent behavior is declared in YAML and can run locally or in managed cloud sandboxes.

Introduction

Most teams end up juggling several agent harnesses, provider APIs, and ad-hoc safety checks. Omnigent adds a thin meta-layer above existing agents so you can treat different harnesses as interchangeable components, apply contextual policies across sessions, and share live agent workspaces for review and co-driving.

What Sets It Apart
  • Uniform runtime across heterogeneous harnesses: wrap Claude Code, Codex, Cursor, Pi, OpenCode, Hermes, or your own SDK agents in a single session API so sub-agents can be mixed and swapped without rewriting prompts — this means you can split work across models and reviewers with one YAML change.
  • Contextual, stateful policies and spend controls: policies inspect every tool call (shell, file writes, network, cost) and can allow, block, or pause for human approval; that lets teams enforce budget and safety rules at the meta-harness level rather than by brittle prompt engineering.
  • Strong OS and egress sandboxing plus managed cloud execution: local bwrap/seatbelt sandboxes or disposable cloud sandboxes (Modal, Daytona, etc.) reduce risk when agents run code or network calls, while the server exposes sessions over terminal, web, desktop, or mobile for collaboration.
  • Declarative agent authoring and composition: agents are compact YAML files (prompt, tools, sub-agents), making it straightforward to codify complex workflows, reviewers, and parallel sub-tasks.
Who It's For and Tradeoffs

Great fit if you operate multi-model agent workflows and need governance or team collaboration — e.g., engineering teams that want to run coding sub-agents, reviewers, and CI-like flows across vendor models. It centralizes auditing, spend caps, and human-in-the-loop approvals.

Look elsewhere if you only need a lightweight client or single-model chatbot: Omnigent is an orchestration layer with nontrivial dependencies and operational surface (Python 3.12+, sandboxing tools, optional cloud sandboxes). Windows support is limited compared with Linux/macOS, and the project is alpha-stage so expect rapid changes and integration work.

Information

  • Websitegithub.com
  • OrganizationsDatabricks, Inc.
  • Published date2026/06/11

Categories

More Items

Hugging Face

Provides 5.5K+ self-contained data-analysis RL tasks: each row bundles a real tabular dataset, a question, and a deterministically-gradable gold answer. Verified from jupyter-agent notebooks; splits for training, held-out testing, and quick eval; intended for prompting, fine-tuning, and agent RL.

Hugging Face
AI Model2026

A 9B agentic multimodal SFT checkpoint distilled from Qwen3.5-9B for coding, general agent tasks, visual coding and cybersecurity. Provided by Xiaomi MiMo as a research seed (77.4B-token SFT mix) to bootstrap agentic RL and tool-use experiments.

Hugging Face
AI Model2026

Preview agentic language model for research and engineering workflows that turns research questions into executable, verifiable workflows via tool use and long-context reasoning; built on a 744B-parameter MoE (GLM-5.2) with MIT-licensed BF16 and FP8 checkpoints.