jigor-cli — the jigor binary (CLI + HTTP gateway)
Ask System One decision models from the terminal or over HTTP. von and
laya run locally as ONNX; jev runs remote on OpenRouter Decisions — one
wire protocol across all of them: noul/choice/score questions in,
typed answers out.
cargo install jigor-cli # or: npm install --global @zatsepin/jigor / pip install jigor
jigor serve --host 127.0.0.1 --port 8000 # HTTP gateway: POST /v1/systemone, GET /healthz
jigor ask [--model <id>] [--provider <p>] # the same wire over stdin, no HTTP layer
jigor models # provider x model pairs
The installed command is jigor. cargo install builds against the ONNX
Runtime prebuilts, available for linux x64/arm64, macOS Apple Silicon and
Windows x64; on Intel Macs use the prebuilt universal binary instead
(uvx jigor, pip install jigor or npm install --global @zatsepin/jigor).
Model aliases: von, laya, jev, jev-latest. The local ONNX models
download to ~/.cache/huggingface on first use; set OPENROUTER_API_KEY
for the remote jev backend.
Example
jigor ask --model von <<'JSON'
{
"state": { "error": "Disk volume /var/log at 98% capacity." },
"questions": {
"requires_intervention": {
"type": "noul",
"instructions": "Does this disk space condition require operational intervention?"
}
}
}
JSON
# {"model":"von-1.0.0","backend":"local","answers":{"requires_intervention":{"type":"noul","noul":0.2739}}}
The jigor Rust library
This binary is a thin shell over the
jigor crate — local ONNX backends in
von/laya, remote jev via OpenRouter Decisions, and one answers()
call for all three. Use the library directly when you want decisions inside
a Rust program: crate docs ·
full project README.
Release files for jigor 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| jigor-0.1.2.tar.gz | 80.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jigor-0.1.2-py3-none-macosx_11_0_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl | Python 3 | none | macOS 11.0+ universal2 (ARM64, x86-64), macOS 11.0+ ARM64, macOS 11.0+ x86-64 | Details |
Total release size: 16.6 MB
Release files / jigor-0.1.2.tar.gz
| Download URL | jigor-0.1.2.tar.gz |
|---|---|
| Size | 80.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3043a2efce940a5f9d46350a50c5f798003b0061a070d5c6bcfe94dbf7152db6
|
|
BLAKE2b-256 checksum How to use checksums |
1344606e317278964b6cbf7ed4ff610879adb8e1fea2e3a479faabf128fa081b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / jigor-0.1.2-py3-none-macosx_11_0_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl
| Download URL | jigor-0.1.2-py3-none-macosx_11_0_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl |
|---|---|
| Size | 16.5 MB |
| Tags | Python 3 macOS 11.0+ ARM64 macOS 11.0+ universal2 (ARM64, x86-64) macOS 11.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
6c0fa961fa1a353fe21d78dce2c90fa6b2f00c282a9b7a2c410ff91609c3d3d9
|
|
BLAKE2b-256 checksum How to use checksums |
b5a371d25b58dc27e3bcca9bec800bfd545b3e7a74aef33f6a38d4592fdccd2b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|