omnigent-ai/omnigent

Omnigent is an open-source AI agent framework and meta-harness: orchestrate Claude Code, Codex, Cursor, Pi, and custom agents — swap harnesses without...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 44 minutes ago
Added to GitGenius on August 31st, 2026
Created on June 11th, 2026
Open Issues & Pull Requests: 1,187 (+0)
Number of forks: 1,476
Total Stargazers: 9,558 (+0)
Total Subscribers: 40 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 2.5 days
90th percentile: 4.4 days
Tracked items: 1,257

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Almost all tracked open issues have seen activity in the last three months. Only 4% of issues opened in the past year have been closed. Three people close 58% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 503
New in 7 days: 146
Closed in 7 days: 176
Avg open age: 29 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 124
Closed in 7 days: 163
Comments in 7 days: 46
Events in 7 days: 262

Top labels

  • triaged (1,200)
  • Bug (789)
  • P2-medium (781)
  • help wanted (566)
  • comp:server (421)
  • Feature (411)
  • comp:web-ui (396)
  • validated:reproduced (379)

Detailed Description

Omnigent is an open-source AI agent framework that orchestrates multiple coding agents—Claude Code, Codex, Cursor, Pi, and custom agents—under a unified control layer.

The problem Omnigent solves is the fragmentation of agent tooling: each agent platform has its own interface, policies, and execution model, forcing developers to learn and manage multiple systems separately. Omnigent provides a meta-harness that abstracts these differences away. You define agents once in YAML or code, then swap between different agent backends without rewriting your orchestration logic. The framework enforces policies and sandboxing at the harness level, so governance rules apply consistently regardless of which agent you're using. Sessions persist across devices—start work in your terminal, continue in a browser, pick it up on your phone—with messages, files, and agent state staying synchronized.

Omnigent suits teams that want to experiment with multiple agent platforms without vendor lock-in, or that need to run agents in cloud sandboxes for isolation and scalability. It's particularly valuable if you need real-time collaboration, where teammates can watch an agent work live, co-drive sessions, or fork conversations. The tool supports a wide range of sandbox providers including Modal, Kubernetes, E2B, and Databricks, so you can choose your execution environment independently of your agent choice. If your workflow is tied to a single agent platform, the abstraction layer may add unnecessary complexity.

Almost all open issues are raised by outside users rather than the core team, indicating a substantial base of adopters reporting real-world use. Maintainers typically respond to new issues and pull requests within hours. Work in the issue tracker is dominated by triaged items, medium-priority bugs, and bug fixes.