Krionis Orchestrator - agent lifecycle, routing, and telemetry on top of Krionis Pipeline
Project description
Krionis Orchestrator 1.0
Krionis Orchestrator is the agent runtime that sits on top of Krionis Pipeline. It adds agent lifecycle control, routed controlled queries, telemetry, capacity signals, and an API-first orchestration layer for teams building local AI systems in secure environments.
What Is New In 1.0
- Controlled orchestrator queries routed through the same HITL and audit path as direct queries
- Agent start, stop, list, and readiness controls exposed through the API
- Capacity signaling for whether another agent can be started safely
- Dedicated telemetry and runtime diagnostics surfaces
- Frontend-agnostic lifecycle and route APIs for custom applications
- Better startup behavior by avoiding eager provider initialization
- Docker-ready deployment path when paired with Krionis Pipeline
Core Capabilities
⚡ Batching & Microbatching
- Queueing + scheduling for efficient parallel queries
- Smooth multi-user handling (no “stuck at starting”)
🕹 Agent Runtime
- Built-in agents: Retriever, Compressor, Reranker, Drafting, Validator, Dialogue, Coordinator
- Agents communicate, self-optimize, and hand off state until human approval
🔗 Provider Plug-ins
- Pluggable backends (local LLMs, APIs, hybrid deployments)
- Bridges directly to
krionis-pipeline
🌐 **API + Web Interface + CLI **
- REST endpoints for orchestration and multi-agent queries
- Minimal HTML UI for monitoring and interaction
- CLI interface for starting/stopping and monitoring the orchestrator
🛡 Resilient Runtime
- Timeouts, retries, and cancellation built in
- Lightweight, works offline and in low-compute setups
Quickstart
Required Setup
Before starting the orchestrator, always make sure your working directory contains:
config\system.yaml– the main configuration file used by both the orchestrator and the pipeline.data\manual\– a directory with manually curated data (shared by both the pipeline and orchestrator).
These must be present in the directory where you launch the CLI (pwd on Linux/macOS, current folder in Windows).
Install:
pip install krionis-orchestrator
Krionis Orchestrator CLI
The orchestrator ships with a cross-platform CLI, installed as krionis-orchestrator.
It lets you start, stop, restart, and inspect the orchestrator.
Basic Usage
# Start the orchestrator (detached in background)
krionis-orchestrator start --host 0.0.0.0 --port 8080
# Check if it's running
krionis-orchestrator status
# → Running (pid 12345, uptime 00:02:17).
# Stop the orchestrator
krionis-orchestrator stop
# Restart the orchestrator
krionis-orchestrator restart
Options
--host (default: 0.0.0.0) – bind address
--port (default: 8080) – port to serve on
--workers (default: 1) – number of uvicorn workers
--log-file – optional path to capture logs
Developer Mode
To run in the foreground with hot-reload (auto-restart on code changes):
krionis-orchestrator dev --host 127.0.0.1 --port 8080
The CLI works the same on Linux, macOS, and Windows.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
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 krionis_orchestrator-1.0.2.tar.gz.
File metadata
- Download URL: krionis_orchestrator-1.0.2.tar.gz
- Upload date:
- Size: 24.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3dea245448f031c3aebc402e72cd9a002917bc1047b406f3daa53d44aa041b5
|
|
| MD5 |
bf27617b2d980c1da13950ef948c93c1
|
|
| BLAKE2b-256 |
c7b574367615b63facabe83946c90b64f14a4aab48993ef83246f3e81041811d
|
File details
Details for the file krionis_orchestrator-1.0.2-py3-none-any.whl.
File metadata
- Download URL: krionis_orchestrator-1.0.2-py3-none-any.whl
- Upload date:
- Size: 35.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55149ebb34c214085584e8e541bb2ed3c1f0e279daa8c49dc1e4f10c039ed9c6
|
|
| MD5 |
32d495af0ac6510e2fdc10d3e3500e89
|
|
| BLAKE2b-256 |
a9b80669c68faaacc0ab7413e717897df1d5443798ed9429ad9f487ca9d49e90
|