ax-check.com
by Gauge
O
Omnigent
omnigent.ai
ax-check.com
Checked 19 September 2026
B
81/100
Agents haven’t verified setup
Omnigent installs cleanly via CLI and costs nothing to run.
16 of 23 checklist items pass, including install commands, MCP docs, and API reference. It's a free Apache 2.0 tool — no pricing page exists.
2 fixes to start with
Concrete changes, backed by what we found.
Recorded coding sessions
Same task, 3 models, no omnigent.ai account. Recorded 19 September 2026 on Pi.
3 recorded · 2m 31s
2m 31s · recorded
Session findings
Select a finding to see it in context.
›Thinking…
Let's check the repository and understand what "Omnigent" is.
✓$ ls /sandbox/repo && cat /sandbox/repo/README* 2>/dev/null | head -100✓└{"content":[{"text":"(no output)","type":"text"}]}
›Thinking…
Empty repository? Let's check it out.
✓$ ls -la /sandbox/repo; find / -iname "*omnigent*" -not -path "/proc/*" 2>/dev/null | head✓└{"content":[{"text":"total 16\ndrwxr-xr-x 3 root root 4096 Sep 18 08:00 .\ndrwxr-xr-x 7 root root 4096 Sep 19 04:30 ..\ndrwxr-xr-x 8 root root 4096 Sep 18 08:00…ctrl+o
{"content":[{"text":"total 16\ndrwxr-xr-x 3 root root 4096 Sep 18 08:00 .\ndrwxr-xr-x 7 root root 4096 Sep 19 04:30 ..\ndrwxr-xr-x 8 root root 4096 Sep 18 08:00 .git\n-rw-r--r-- 1 root root 408 Sep 18 08:00 .gitignore\n","type":"text"}]}›Thinking…
The repository is empty except for .git and .gitignore. Let me check git log and gitignore. Also, check for traces of network access and Omnigent. I might have documentation somewhere. Let's check git log.
✓$ cd /sandbox/repo && cat .gitignore && git log --oneline | head; git branch -a✓└{"content":[{"text":"# Keep generated and vendored files out of source diffs.\n\n# Logs / OS cruft\n*.log\n.DS_Store\n\n# JavaScript / TypeScript\nnode_modules/…ctrl+o
{"content":[{"text":"# Keep generated and vendored files out of source diffs.\n\n# Logs / OS cruft\n*.log\n.DS_Store\n\n# JavaScript / TypeScript\nnode_modules/\n.next/\ndist/\nbuild/\ncoverage/\n\n# Python\n.venv/\nvenv/\n__pycache__/\n*.py[cod]\n.pytest_cache/\n*.egg-info/\n\n# Rust\ntarget/\n\n# Go / PHP / Ruby vendored deps\nvendor/\n.bundle/\n\n# Java / Kotlin / Scala\n.gradle/\n\n# .NET\nbin/\nobj/\n\n# Elixir\n_build/\ndeps/\n\n# Dart / Flutter\n.dart_tool/\n9ebf5fb Initial workspace\n* main\n","type":"text"}]}›Thinking…
The repository is essentially empty. "Omnigent"—I don't know this product. Probably a fictional product. Can I check internet access? Let me try pip/npm search or curl-ing the docs. There might be a docs site. I'll try curl.
×$ curl -sS -m 10 -o /dev/null -w "%{http_code}\n" https://registry.npmjs.org/omnigent 2>&1; pip index versions omnigent 2>&1 | head -3; curl -sS -m 10 -o /dev/null -w "%{http_code}\n" https://omnigent.d…✓└{"content":[{"text":"200\nomnigent (0.14.0)\nAvailable versions: 0.14.0, 0.13.0, 0.12.0, 0.11.0, 0.10.0, 0.9.0, 0.8.2, 0.8.1, 0.8.0, 0.7.0, 0.6.0, 0.5.1, 0.5.0,…ctrl+o
curl -sS -m 10 -o /dev/null -w "%{http_code}\n" https://registry.npmjs.org/omnigent 2>&1; pip index versions omnigent 2>&1 | head -3; curl -sS -m 10 -o /dev/null -w "%{http_code}\n" https://omnigent.dev 2>&1
{"content":[{"text":"200\nomnigent (0.14.0)\nAvailable versions: 0.14.0, 0.13.0, 0.12.0, 0.11.0, 0.10.0, 0.9.0, 0.8.2, 0.8.1, 0.8.0, 0.7.0, 0.6.0, 0.5.1, 0.5.0, 0.4.0, 0.3.0, 0.2.0, 0.1.1, 0.1.0\ncurl: (6) Could not resolve host: omnigent.dev\n000\n\n\nCommand exited with code 6","type":"text"}],"details":{}}›Thinking…
The omnigent package exists on both npm and PyPI. Let's fetch the metadata for both to figure out which one is the real one and what kind of documentation is available.
✓$ curl -sS -m 15 https://registry.npmjs.org/omnigent | python3 -c "import json,sys; d=json.load(sys.stdin); print(d.get('description')); print(d.get('homepage')); print(d.get('repository')); v=d['dist-t…✓└{"content":[{"text":"The AI Agent Platform with Built-in Economy  marketplace, vault, and blockchain payments for AI agents\nhttps://github.co…ctrl+o
curl -sS -m 15 https://registry.npmjs.org/omnigent | python3 -c "import json,sys; d=json.load(sys.stdin); print(d.get('description')); print(d.get('homepage')); print(d.get('repository')); v=d['dist-tags']['latest']; print(v); print(json.dumps(d['versions'][v].get('readme','')[:2000]))"
{"content":[{"text":"The AI Agent Platform with Built-in Economy  marketplace, vault, and blockchain payments for AI agents\nhttps://github.com/Paparusi/omniagent#readme\n{'url': 'git+https://github.com/Paparusi/omniagent.git', 'type': 'git'}\n2.0.0\n\"\"\n","type":"text"}]}✓$ curl -sS -m 15 https://pypi.org/pypi/omnigent/json | python3 -c "import json,sys; d=json.load(sys.stdin); i=d['info']; print(i['summary']); print(i['home_page']); print(i.get('project_urls')); print((…✓└{"content":[{"text":"Omnigent: declarative agent authoring and runtime framework\nNone\nNone\n<div align=\"center\">\n\n# <img src=\"https://raw.githubuserconte…ctrl+o
curl -sS -m 15 https://pypi.org/pypi/omnigent/json | python3 -c "import json,sys; d=json.load(sys.stdin); i=d['info']; print(i['summary']); print(i['home_page']); print(i.get('project_urls')); print((i.get('description') or '')[:3000])"
{"content":[{"text":"Omnigent: declarative agent authoring and runtime framework\nNone\nNone\n<div align=\"center\">\n\n# <img src=\"https://raw.githubusercontent.com/omnigent-ai/omnigent/main/docs/images/omnigent-logo.svg\" alt=\"\" height=\"38\" valign=\"middle\" /> Omnigent\n\n### The open-source meta-harness for all your AI agents.\n\nOmnigent is an open-source **meta-harness** that gives you a common orchestration layer over Claude Code, Codex, Cursor, OpenCode, Hermes, Pi, and the agents you write yourself: swap or combine harnesses without rewriting, enforce policies and sandboxing, and collaborate in real time from any device — terminal, browser, phone, or the native desktop app.\n\n[](https://pypi.org/project/omnigent/)\n[](https://github.com/omnigent-ai/omnigent/blob/main/LICENSE)\n[](https://discord.gg/omnigent)\n\n\n[omnigent.ai](https://omnigent.ai) · **[⬇️ Download the macOS desktop app](https://omnigent.ai/download/mac)**\n\n</div>\n\n<p align=\"center\">\n <img src=\"https://raw.githubusercontent.com/omnigent-ai/omnigent/main/docs/images/omnigent-desktop.png\" alt=\"The Omnigent desktop app: starting a new session, with pinned and project-grouped sessions in the sidebar\" width=\"720\" />\n</p>\n\n---\n\n## Why Omnigent?\n\nOmnigent lets you:\n\n- **📱 Work with agents from any device, including your phone.** Sessions\n follow you: start in your terminal, continue in the browser, pick it up on\n your phone. Messages, sub-agents, terminals, and files stay in sync.\n\n- **🤖 Supervise multiple agents.** Mix Claude Code, Codex, Cursor, OpenCode,\n Hermes, Pi, and custom agents (defined in YAML) together in the same\n session. Ask one agent to review another's work, or split a task across\n agents that are each good at different things.\n\n- **🔌 Use any model.** A first-party API key, a Claude/ChatGPT subscription,\n or any compatible gateway. All first-class.\n\n- **🤝 Collaborate.** Share a session so teammates can chat with your agent\n and watch it work live, co-drive it on your machine, or fork the\n conversation to continue on their own.\n\n- **☁️ Run agents in cloud sandboxes.** No laptop required: run sessions in\n disposable [Modal](https://modal.com), [Daytona](https://www.daytona.io),\n [Blaxel](https://blaxel.ai),\n [Islo](https://islo.dev), [E2B](https://e2b.dev),\n [Gensee](https://gensee.ai),\n [CoreWeave](https://docs.coreweave.com/products/sandboxes),\n [Kubernetes](https://kubernetes.io), [OpenShell](https://github.com/NVIDIA/OpenShell),\n [Boxlite](https://github.com/boxlite-ai/boxlite),\n [microsandbox](https://github.com/superradcompany/microsandbox), or\n [Databricks](https://www.databricks.com) sandboxes, launched from the\n CLI or provisioned by the server per session (*managed hosts*).\n\n- **🛡️ Govern your agents.** Create\n [policies](#6-govern-your-agents-with-po\n","type":"text"}]}›Thinking…
There are two products: the npm one "omnigent" (omniagent, a crypto-economy agent platform — probably squatted / unrelated), and the PyPI one omnigent (omnigent-ai/omnigent, an open-source meta-harness). The user is asking about "Omnigent", how pricing works, whether it's manageable for me, and requesting to keep it lightweight using a hosted product via SDK/API.
The PyPI omnigent is a local orchestration framework — running it requires launching a local server stack (probably the omnigent CLI/server). The npm one is a crypto agent platform with "blockchain payments" — probably needs a hosted service with an API key, but requires an account/API key.
User's instructions: "Keep it lightweight: use the hosted product via its SDK or API. Don't spin up local service stacks… If this product has no developer workflow you can act on, say so plainly and stop."
Let me check the omnigent.ai website and docs to see whether there's a hosted API. Let me check omnigent.ai with curl.
✓$ curl -sS -m 15 -o /dev/null -w "%{http_code}\n" https://omnigent.ai; curl -sS -m 15 https://omnigent.ai 2>/dev/null | head -c 2000✓└{"content":[{"text":"200\n<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\…ctrl+o
{"content":[{"text":"200\n<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"image\" href=\"/images/logo.svg\"/><link rel=\"preload\" as=\"image\" href=\"/images/logo-dark.svg\"/><link rel=\"preload\" as=\"image\" href=\"/images/hero-logo.svg\"/><link rel=\"preload\" as=\"image\" href=\"/images/hero-logo-dark.svg\"/><link rel=\"preload\" as=\"image\" href=\"/images/composability-icon.png\"/><link rel=\"preload\" as=\"image\" href=\"/images/sandbox.png\"/><link rel=\"preload\" as=\"image\" href=\"/images/high-five.png\"/><link rel=\"preload\" as=\"image\" href=\"/images/architecture.svg\"/><link rel=\"stylesheet\" href=\"/_next/static/css/47df9951e4c728ba.css?dpl=dpl_8g16SCF19idVZBuax7L1knNNLbJw\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-a8727c222cb9685a.js?dpl=dpl_8g16SCF19idVZBuax7L1knNNLbJw\"/><script src=\"/_next/static/chunks/fd9d1056-8833a973c1542a2c.js?dpl=dpl_8g16SCF19idVZBuax7L1knNNLbJw\" async=\"\"></script><script src=\"/_next/static/chunks/2117-436f101e26d7e880.js?dpl=dpl_8g16SCF19idVZBuax7L1knNNLbJw\" async=\"\"></script><script src=\"/_next/static/chunks/main-app-be3d940aef6bd3eb.js?dpl=dpl_8g16SCF19idVZBuax7L1knNNLbJw\" async=\"\"></script><script src=\"/_next/static/chunks/2972-6fb1b48a76f0720c.js?dpl=dpl_8g16SCF19idVZBuax7L1knNNLbJw\" async=\"\"></script><script src=\"/_next/static/chunks/8718-311c825dff8c64ce.js?dpl=dpl_8g16SCF19idVZBuax7L1knNNLbJw\" async=\"\"></script><script src=\"/_next/static/chunks/5111-04ef967c14fd1ca5.js?dpl=dpl_8g16SCF19idVZBuax7L1knNNLbJw\" async=\"\"></script><script src=\"/_next/static/chunks/app/page-52063e52c9b787eb.js?dpl=dpl_8g16SCF19idVZBuax7L1knNNLbJw\" async=\"\"></script><script src=\"/_next/static/chunks/app/layout-140a07c6aa6182e7.js?dpl=dpl_8g16SCF19idVZBuax7L1knNNLbJw\" async=\"\"></script><title>Omnigent — a meta-harness for building and running AI agents</title><meta name=\"description\" content=\"Omnigent is an open-source meta-harness: a commo","type":"text"}]}✓$ curl -sS -m 15 https://api.github.com/repos/omnigent-ai/omnigent | python3 -c "import json,sys; d=json.load(sys.stdin); print(d.get('description'), d.get('homepage'), d.get('stargazers_count'))" 2>&1;…✓└{"content":[{"text":"Omnigent is an open-source AI agent framework and meta-harness: orchestrate Claude Code, Codex, Cursor, Pi, and custom agents — swap harnes…ctrl+o
curl -sS -m 15 https://api.github.com/repos/omnigent-ai/omnigent | python3 -c "import json,sys; d=json.load(sys.stdin); print(d.get('description'), d.get('homepage'), d.get('stargazers_count'))" 2>&1; curl -sS -m 15 https://raw.githubusercontent.com/Paparusi/omniagent/main/README.md 2>/dev/null | head -60
{"content":[{"text":"Omnigent is an open-source AI agent framework and meta-harness: orchestrate Claude Code, Codex, Cursor, Pi, and custom agents — swap harnesses without rewriting, enforce policies and sandboxing, and collaborate in real time from any device. https://omnigent.ai 10090\n404: Not Found","type":"text"}]}›Thinking…
The actual Omnigent is omnigent-ai/omnigent (PyPI omnigent). This is an open-source self-hosted meta-harness, not a hosted product with SDK/API pricing. User's constraints: "Use the hosted product through its SDK or API. Do not start local service stacks or wait for long-running commands. If either is required by the quickstart, clearly state so and stop."
Let's check Omnigent's quickstart. Install with pip install omnigent, then probably run the omnigent server — a local service stack. Let's read the README quickstart and check the pricing page on omnigent.ai.
✓$ curl -sS -m 20 https://raw.githubusercontent.com/omnigent-ai/omnigent/main/README.md -o /tmp/omnigent-readme.md; wc -l /tmp/omnigent-readme.md; grep -n -i -E "quick ?start|pricing|install|pip install|…✓└{"content":[{"text":"655 /tmp/omnigent-readme.md\n37:- **🔌 Use any model.** A first-party API key, a Claude/ChatGPT subscription,\n63:## Quick start\n65:### 1.…ctrl+o
curl -sS -m 20 https://raw.githubusercontent.com/omnigent-ai/omnigent/main/README.md -o /tmp/omnigent-readme.md; wc -l /tmp/omnigent-readme.md; grep -n -i -E "quick ?start|pricing|install|pip install|omnigent serve|api key|pricing" /tmp/omnigent-readme.md | head -30
{"content":[{"text":"655 /tmp/omnigent-readme.md\n37:- **🔌 Use any model.** A first-party API key, a Claude/ChatGPT subscription,\n63:## Quick start\n65:### 1. Install\n67:One command installs Omnigent and everything it needs:\n70:curl -fsSL https://raw.githubusercontent.com/omnigent-ai/omnigent/main/scripts/install_oss.sh | sh\n76:Need an optional integration? Pass one or more extras to the installer:\n79:curl -fsSL https://raw.githubusercontent.com/omnigent-ai/omnigent/main/scripts/install_oss.sh | sh -s -- --extra databricks\n80:curl -fsSL https://raw.githubusercontent.com/omnigent-ai/omnigent/main/scripts/install_oss.sh | sh -s -- --extra modal,e2b\n94:<summary>Prefer to install manually?</summary>\n96:Omnigent needs **Python 3.12+**. Install the `omnigent` package:\n99:uv tool install omnigent # or: pip install \"omnigent\"\n102:Manual installs use the same extras syntax, for example:\n105:uv tool install \"omnigent[databricks,modal]\"\n111:brew install omnigent-ai/tap/omnigent\n120: brew install --build-from-source omnigent-ai/tap/omnigent\n126:installs.\n128:Or install straight from the repo:\n131:uv tool install -q --python 3.12 git+https://github.com/omnigent-ai/omnigent.git\n137:<summary>Toolchain and prerequisites (if the installer reports a missing tool)</summary>\n139:- **`uv`** (required). https://docs.astral.sh/uv/getting-started/installation/\n140: The installer offers to set this up for you.\n143: installed by `omnigent run`) and **`pnpm`** (for the web UI). You can get\n144: both from a single Node install; pnpm is available via\n145: `corepack enable` or `npm install -g pnpm`.\n146:- **Devin CLI** (optional), for `omnigent devin`: install with\n147: `curl -fsSL https://cli.devin.ai/install.sh | bash`, then sign in with\n151:- **Kiro CLI** (optional), for `omnigent kiro`: install with\n152: `curl -fsSL https://cli.kiro.dev/install | bash`, then sign in with Kiro.\n158: (`brew install tmux` / `apt install tmux`; the installer offers\n159: to install it for you).\n","type":"text"}]}✓$ curl -sS -m 15 -o /dev/null -w "%{http_code}\n" https://omnigent.ai/pricing; curl -sS -m 15 https://omnigent.ai/pricing 2>/dev/null | python3 -c "import sys,re,html; t=sys.stdin.read(); t=re.sub(r'<sc…✓└{"content":[{"text":"404\n 404: This page could not be found. Omnigent — a meta-harness for building and running AI agents body{color:#000;background:#fff;margi…ctrl+o
curl -sS -m 15 -o /dev/null -w "%{http_code}\n" https://omnigent.ai/pricing; curl -sS -m 15 https://omnigent.ai/pricing 2>/dev/null | python3 -c "import sys,re,html; t=sys.stdin.read(); t=re.sub(r'<script.*?</script>','',t,flags=re.S); t=re.sub(r'<[^>]+>',' ',t); print(html.unescape(re.sub(r'\s+',' ',t))[:1500])"
{"content":[{"text":"404\n 404: This page could not be found. Omnigent — a meta-harness for building and running AI agents body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}} 404 This page could not be found. \n","type":"text"}]}›Thinking…
Confirmed: Omnigent is open source, self-hosted. The quickstart involves installing the CLI and starting a local server/UI. There's no /pricing page. Since it's Apache 2.0 open source, it's free. Costs are incurred from your own model API keys and sandbox provider fees.
User's instruction: "Keep it light: use hosted products via SDK or API. Do not start local service stacks... If the quickstart requires either, state that frankly and stop." Omnigent's quickstart requires starting a local server stack (omnigent run / serve). So following instructions, I should state it frankly and stop.
Let me verify that the quickstart really requires starting a local service. I'll check the continuation of the quickstart in the README.
✓$ sed -n '160,230p' /tmp/omnigent-readme.md✓└{"content":[{"text":"- **`bubblewrap`** (`bwrap`), **Linux only**. The native `omnigent <harness>`\n terminal wrappers and the `pi` harness wrap each agent\n …ctrl+o
{"content":[{"text":"- **`bubblewrap`** (`bwrap`), **Linux only**. The native `omnigent <harness>`\n terminal wrappers and the `pi` harness wrap each agent\n terminal in a `bwrap` OS-sandbox; on Linux that isolation is mandatory, so a\n missing `bwrap` binary makes those terminals fail to start\n (`apt install bubblewrap`; the installer offers to install it for you). macOS\n uses the built-in `seatbelt` sandbox and needs nothing extra.\n- **Databricks** (optional). To use a Databricks workspace as your model\n provider, install Omnigent with the `databricks` extra:\n `uv tool install \"omnigent[databricks]\"` — or pass it to the bootstrap\n installer with `... | sh -s -- --extra databricks`. Signing in to the\n workspace also uses the [Databricks CLI](https://docs.databricks.com/aws/en/dev-tools/cli/install).\n\n</details>\n\n<details>\n<summary>Windows (native)</summary>\n\nOmnigent runs natively on Windows in a degraded mode. The `install_oss.sh`\nbootstrap is POSIX-only, so install with `uv` directly:\n\n```powershell\nuv tool install --python 3.12 omnigent\n# or from the repo:\nuv tool install --python 3.12 git+https://github.com/omnigent-ai/omnigent.git\n```\n\nWhat works on Windows: `omnigent server`, the web UI, and the SDK-based\nharnesses (`omnigent run <agent.yaml>` with the claude-sdk / cursor / codex\nharnesses). Agents run under a Windows **Job Object** for process-tree\ncontainment.\n\nWhat is **not** available on Windows (use Linux/macOS, or WSL, for these):\n\n- the native `omnigent claude` / `omnigent codex` / `omnigent cursor`\n tmux/PTY terminal wrappers (run an SDK harness or the web UI instead);\n- `bwrap`/`seatbelt` filesystem & network sandboxing and the L7 egress proxy\n — the Job Object backend contains the process tree and enforces resource\n limits but does **not** isolate the filesystem or network.\n\n</details>\n\n<details>\n<summary>Updating to a new release</summary>\n\nWhen a newer release is on PyPI, Omnigent shows a one-line notice (once per\nrelease) pointing here. To update:\n\n```bash\nomni upgrade # detects how you installed, drains & stops the local\n # server, then runs the matching upgrade command\nomni upgrade --check # just report whether a newer release is available\n```\n\n`omni upgrade` waits for in-flight agent sessions to finish before stopping the\nlocal server (pass `--force` to stop them immediately); the next `omni` command\nbrings the server back up on the new version. Source checkouts update with\n`git pull` instead. Silence the notice with `OMNIGENT_NO_UPDATE_CHECK=1`.\n\nThe check queries your configured package index — honoring `UV_INDEX_URL` /\n`PIP_INDEX_URL` and your `uv.toml` / `pip.conf` (default PyPI), so private\nmirrors work out of the box; override with `OMNIGENT_INDEX_URL` if needed.\n\n</details>\n\n<details>\n<summary>Uninstalling Omnigent</summary>\n\nPreview the CLI/profile cleanup that would run by default:\n\n```bash\nomnigent uninstall\n","type":"text"}]}›Thinking…
Confirmed: Omnigent's workflow is a local server stack (omnigent server is a long-running local server; the quickstart runs it via the CLI). There is no hosted SDK/API product — it's Apache-2.0 open source, self-hosted. Pricing: free, open source, and you bear the cost of your own model provider and optional sandbox provider (Modal, Daytona, E2B, etc.).
Per the user's instructions: the quickstart requires a local service stack / long-running server → clearly state this and stop. Don't build the example.
Also, note that there's an unrelated squatted "omnigent" package (crypto-related) on npm — worth a brief warning.
Keep the reply concise.
I researched this and I'm stopping as instructed — here's the plain answer.
What Omnigent is: The real product is omnigent-ai/omnigent (PyPI package omnigent, omnigent.ai) — an open-source, self-hosted "meta-harness" that orchestrates coding agents (Claude Code, Codex, Cursor, Pi, custom YAML agents) across terminal, browser, and desktop.
Why I'm stopping: There is no hosted product, SDK, or API to act on. Omnigent is Apache-2.0 open source and its entire workflow is a local service stack: the quickstart installs a CLI (uv tool install omnigent) and everything runs through a long-running local omnigent server (plus optional sandbox providers you'd provision yourself). Your instructions say not to start local service stacks or long-running commands, and the quickstart requires exactly that — so there's no light developer workflow here for me to act on, and I won't build an example.
How pricing works: Omnigent itself is free (Apache 2.0, no pricing page — omnigent.ai/pricing 404s). What you pay for is downstream:
- Model costs: your own API keys or Claude/ChatGPT subscriptions — billed by those providers.
- Optional cloud sandboxes: if you run sessions in Modal, Daytona, E2B, Databricks, CoreWeave, etc., you pay those providers directly.
Would it be easy for me to manage? Not in this environment. It's fundamentally an interactive, long-running server + terminal/tmux product designed for humans supervising agents from a UI or phone; as an agent in a sandbox I could only drive it via its CLI, and every meaningful workflow blocks on the local server. Poor fit for my constraints.
One caution: there's an unrelated npm package also called omnigent ("AI Agent Platform with Built-in Economy — marketplace, vault, blockchain payments", repo Paparusi/omniagent, whose README no longer exists). That looks like a name squat or abandoned project — don't confuse it with the real one.
AX Fundamentals
23 checks. Open an area for details.
This check is a quick preview. Test more tasks and models with Gauge Agents.
Test your product with Gauge Agents