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.5.2-py3-none-win_arm64.whl (27.8 MB view details)

Uploaded Python 3Windows ARM64

omnis_agent-1.5.2-py3-none-win_amd64.whl (30.9 MB view details)

Uploaded Python 3Windows x86-64

omnis_agent-1.5.2-py3-none-manylinux2014_x86_64.whl (30.5 MB view details)

Uploaded Python 3

omnis_agent-1.5.2-py3-none-manylinux2014_aarch64.whl (27.7 MB view details)

Uploaded Python 3

omnis_agent-1.5.2-py3-none-macosx_11_0_arm64.whl (28.8 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

omnis_agent-1.5.2-py3-none-macosx_10_13_x86_64.whl (31.0 MB view details)

Uploaded Python 3macOS 10.13+ x86-64

File details

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

File metadata

  • Download URL: omnis_agent-1.5.2-py3-none-win_arm64.whl
  • Upload date:
  • Size: 27.8 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.5.2-py3-none-win_arm64.whl
Algorithm Hash digest
SHA256 96b9b32f4cefc16c2060bcf60a3fe4eee9e8140368967fba7e3ad87df4732848
MD5 d89910dfbd0c504da7545bab91ed68ce
BLAKE2b-256 19862cc31ed0e162e85076f8658f341ef552190b6ad7fcc2fa8fa1dd15b0ef22

See more details on using hashes here.

File details

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

File metadata

  • Download URL: omnis_agent-1.5.2-py3-none-win_amd64.whl
  • Upload date:
  • Size: 30.9 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.5.2-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 87e0944143cf46648c0f4ffb90c4aab87b1ef04d17343e578a9cb2c0ff1c6289
MD5 51b7a9e32d7498a80a543dddfb50df83
BLAKE2b-256 dc43158f607984eda4fab9132d9b72a044e3f04a5cbfab1907255fed1e4bacd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for omnis_agent-1.5.2-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 71d0b100506ca6808456d7ed42f1ec5aaf5137c3ca1d420f930f7573d672a286
MD5 bc7abce755ca6922b64637eec52c7b30
BLAKE2b-256 08ee3a1fe21e3d49c72a566581ed0c35b930a9e1ce4801c2241ec2d40ad334c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for omnis_agent-1.5.2-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 037c2335d3eccf249d82d9d30d25398ad0caa6536551e58b547e04bc6c42aad4
MD5 4b5c09826d6e19807b12b8d85535b71a
BLAKE2b-256 8280ec89947dbbdc970099b66b0b824952ca72cf6c8f8bdd20f1171e75ba5228

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for omnis_agent-1.5.2-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 017eeaeae8f74e4e43c2ae95b7d6fa80b2b65c3a85ce2387248cff56988dce0a
MD5 7fbe0b685b4c8048e4bef3431f4c95e5
BLAKE2b-256 714748267bd7bb5e0a62c32b3d1fa5474c4d8bbf0c98b02904e3f60a6a351574

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for omnis_agent-1.5.2-py3-none-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 eb1853357b18f1f1dc1409d746beec67c22c54c6e22213ba3e82af409745ad29
MD5 f377ef23271ba0651badcd7512974e37
BLAKE2b-256 778a47c52abc4455330e9b28145995b0195560bd0b94cd5a58a8cb48be25cf72

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