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:
./.agents/— project-local (per checkout)~/.omnis/— per-user (what this package seeds; override with$OMNIS_HOME)- 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
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file omnis_agent-1.5.1-py3-none-win_arm64.whl.
File metadata
- Download URL: omnis_agent-1.5.1-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03209657cfc78bb5cf896e1b8e2f40dac1ac6635f739b281474281b809a94313
|
|
| MD5 |
7271800bfd27903de5f5cb116b9139c9
|
|
| BLAKE2b-256 |
84d80db6977441e3dd52c5e5cf54d19762c95192867094f49261e733858018bc
|
File details
Details for the file omnis_agent-1.5.1-py3-none-win_amd64.whl.
File metadata
- Download URL: omnis_agent-1.5.1-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb2a92a8cbb345195d4b6823ccc989c27ff7e87d124156b7bfa1e3495b6554db
|
|
| MD5 |
aab7e3a536d28805fe46b89bafd89efa
|
|
| BLAKE2b-256 |
67586f95ae06299eb4fe4f176b0d32f944f868b6e1e4a06b9af27e8fe6773a3f
|
File details
Details for the file omnis_agent-1.5.1-py3-none-manylinux2014_x86_64.whl.
File metadata
- Download URL: omnis_agent-1.5.1-py3-none-manylinux2014_x86_64.whl
- Upload date:
- Size: 30.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da90685e29c473052dba090aedb43eb4c53b2aa7a7611cd50d23e442277ed573
|
|
| MD5 |
b1fbf117f639a1914c571acb5782167e
|
|
| BLAKE2b-256 |
ba516ef14c8d0ac8ff077e75480669f3451c0af929290d762415d0bc29e8ec61
|
File details
Details for the file omnis_agent-1.5.1-py3-none-manylinux2014_aarch64.whl.
File metadata
- Download URL: omnis_agent-1.5.1-py3-none-manylinux2014_aarch64.whl
- Upload date:
- Size: 27.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91d6a4793f8a376b417d0c561b784fc5f5154702371a519975f8927e9a3fc271
|
|
| MD5 |
488c620d4b85b0c33956dbcf845013fd
|
|
| BLAKE2b-256 |
bd2e8af682107c5f1be0101b99539d240794f05d0f8843b422d7c902aa68c99f
|
File details
Details for the file omnis_agent-1.5.1-py3-none-macosx_11_0_arm64.whl.
File metadata
- Download URL: omnis_agent-1.5.1-py3-none-macosx_11_0_arm64.whl
- Upload date:
- Size: 28.8 MB
- Tags: Python 3, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cd933e1c2859ab51a27108d9f2ac9b4fc7ee092285382965a0b53ce080caf45
|
|
| MD5 |
d8de3c197b7b0e393e91ff9bc3b8a4f4
|
|
| BLAKE2b-256 |
5aca9689eb2d70f5a8cd7f6f6a06708086bd066a0cd5dc1b5bad9268c0116092
|
File details
Details for the file omnis_agent-1.5.1-py3-none-macosx_10_13_x86_64.whl.
File metadata
- Download URL: omnis_agent-1.5.1-py3-none-macosx_10_13_x86_64.whl
- Upload date:
- Size: 31.0 MB
- Tags: Python 3, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22926038bd084003f129b07d16fa107ccb3221dd5c14eeee51fb94fd72cad87f
|
|
| MD5 |
72eb017aa677ff8cb76262199dce205e
|
|
| BLAKE2b-256 |
73c6a2cb1133cde0521cd5d2ee5b32d9d08af81b962052025525ecd42ca7a6ba
|