Skip to main content

Omnis — a multi-agent harness: CLI/TUI (omnis) + HTTP API & Web UI server (omnis-server).

Project description

omnis-agent

Omnis is a multi-agent harness. The same binary becomes a code reviewer, a Kubernetes triage assistant, or a DBA helper purely by mounting different tools, skills, and MCP servers — no code changes required to retarget the agent.

This package ships two prebuilt Go binaries inside a platform-specific wheel:

Command What it is
omnis CLI / TUI / REPL
omnis-server HTTP API + Web UI server

Install

pip install omnis-agent          # into any Python 3.8+ environment
# or, isolated:
pipx install omnis-agent

Prebuilt wheels are published for Linux (x86_64, aarch64), macOS (Intel, Apple Silicon), and Windows (x64, arm64). The wheel contains the native binary plus the default config, agent/skill registry, and Web UI assets — no Go toolchain needed.

First run

On first launch, omnis copies the bundled default config and registry into your per-user config home so they are yours to edit:

~/.omnis/
├── agents.json  models.json  mcp_config.json  permissions.json
├── preferences.json  remote_registries.json  a2a_config.json  server.yaml
├── filters/                 # bash output filter patterns
└── registry/
    ├── agents/              # built-in agent definitions
    └── skills/              # bundled skill playbooks

Existing files are never overwritten, so your edits survive upgrades. To refresh the pristine defaults at any time:

omnis-seed --force            # re-copy bundled defaults into ~/.omnis
omnis-seed --home /path/to/x  # seed a different config home

The Web UI assets stay inside the installed wheel (read-only) and the launcher points the binaries at them automatically.

Quick start

export ANTHROPIC_API_KEY=sk-...     # or OPENAI_API_KEY / GOOGLE_API_KEY

omnis "explain this repo"            # one-shot CLI
omnis                                # REPL (interactive TTY)
omnis tui                            # full-screen TUI

OMNIS_SERVER_TOKEN=secret omnis-server   # Web UI + API on http://localhost:8080

Configuration layering

omnis resolves configuration through a search chain, highest precedence first:

  1. ./.agents/ — project-local (per checkout)
  2. ~/.omnis/ — per-user (what this package seeds; override with $OMNIS_HOME)
  3. the bundled defaults inside the wheel (system layer)

So a value you set in ~/.omnis/models.json overrides the shipped default, and a ./.agents/models.json in a project overrides both.

Useful environment variables:

Variable Purpose
OMNIS_HOME Per-user state + config root (default ~/.omnis).
OMNIS_WEB_DIR Static Web UI directory (default: the bundled assets).
OMNIS_SYSTEM_CONFIG_DIR System config layer (default: the bundled defaults).
OMNIS_SERVER_TOKEN Bearer token required by omnis-server's API.
ANTHROPIC_API_KEY / OPENAI_API_KEY / GOOGLE_API_KEY Provider keys.

Project home and full documentation: https://github.com/blouargant/omnis

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

omnis_agent-1.4.1-py3-none-win_arm64.whl (27.5 MB view details)

Uploaded Python 3Windows ARM64

omnis_agent-1.4.1-py3-none-win_amd64.whl (30.6 MB view details)

Uploaded Python 3Windows x86-64

omnis_agent-1.4.1-py3-none-manylinux2014_x86_64.whl (30.2 MB view details)

Uploaded Python 3

omnis_agent-1.4.1-py3-none-manylinux2014_aarch64.whl (27.4 MB view details)

Uploaded Python 3

omnis_agent-1.4.1-py3-none-macosx_11_0_arm64.whl (28.5 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

omnis_agent-1.4.1-py3-none-macosx_10_13_x86_64.whl (30.7 MB view details)

Uploaded Python 3macOS 10.13+ x86-64

File details

Details for the file omnis_agent-1.4.1-py3-none-win_arm64.whl.

File metadata

  • Download URL: omnis_agent-1.4.1-py3-none-win_arm64.whl
  • Upload date:
  • Size: 27.5 MB
  • Tags: Python 3, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for omnis_agent-1.4.1-py3-none-win_arm64.whl
Algorithm Hash digest
SHA256 dd02e02223a4f81759371e0f749a7572c68563def8f3d0967f8a0e9ed5b3ad41
MD5 687492c4f10be5b2832de5ec3d9ecbfe
BLAKE2b-256 d1f51de9443247bd42d31d8216ee5ec4197cf274ddb5d70ce5ca91dbc02bc7ad

See more details on using hashes here.

File details

Details for the file omnis_agent-1.4.1-py3-none-win_amd64.whl.

File metadata

  • Download URL: omnis_agent-1.4.1-py3-none-win_amd64.whl
  • Upload date:
  • Size: 30.6 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for omnis_agent-1.4.1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 29e3fc596f001f1abd9001097e15653eba17879fba9c25e450c7616cc73cbf45
MD5 764a4e98a315d0e97c6dd868663813c1
BLAKE2b-256 1f3951f47b660cd0a6718c41838d27aa384c853e2c27987c2b540ba255e750c4

See more details on using hashes here.

File details

Details for the file omnis_agent-1.4.1-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for omnis_agent-1.4.1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 35cfa2ee1faa231d9e4119cb0d1324c4bac7c3ea0de54b6571f88971c80492ff
MD5 297b1296bc4f183bd19065bbd07fb575
BLAKE2b-256 b5d1a84b42285623f147f76e1ee5c2110752a050d3c90397bf99c1d99a09103f

See more details on using hashes here.

File details

Details for the file omnis_agent-1.4.1-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for omnis_agent-1.4.1-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 214691e148892362d18ef4d0ed9c650eaf6389ce16c9045aa18960dadf155a03
MD5 c46a9fe3a22640365a856758d2a3e607
BLAKE2b-256 90cc02df4c9de2c31d85f037187bd3c576c4b799a3bfcd242ea13d818766af70

See more details on using hashes here.

File details

Details for the file omnis_agent-1.4.1-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for omnis_agent-1.4.1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bb4647c5dcac3f6959c9f75a368342d78c36c73deddad9fef19dd7bb120e0cd7
MD5 8ff6ac5bfa766a9c34b18a8edb1c7e19
BLAKE2b-256 d7f875c94f78ae27358e4268718df41de3fe05b6c7880cd902f3982a19f7f1a5

See more details on using hashes here.

File details

Details for the file omnis_agent-1.4.1-py3-none-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for omnis_agent-1.4.1-py3-none-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 51a57fcd27bd969332f9710d54b2917a6a80b8ed8ca76c094101ed9fc2fe81cc
MD5 16723cc4d078f010d52187e08ad263bc
BLAKE2b-256 7c5b7efd99cfa274977d052163449ad72aa95ff43324dd644533ef2802599365

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page