Skip to main content

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


Download files

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

Source Distribution

krionis_orchestrator-1.1.0.tar.gz (24.2 kB view details)

Uploaded Source

Built Distribution

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

krionis_orchestrator-1.1.0-py3-none-any.whl (35.5 kB view details)

Uploaded Python 3

File details

Details for the file krionis_orchestrator-1.1.0.tar.gz.

File metadata

  • Download URL: krionis_orchestrator-1.1.0.tar.gz
  • Upload date:
  • Size: 24.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for krionis_orchestrator-1.1.0.tar.gz
Algorithm Hash digest
SHA256 39b291f2abce81a63b0d9e6c7a4d33ed1aa451d7fcf404b023b95af5ae801c17
MD5 6f14576250de8567177bddd7e5feb506
BLAKE2b-256 5b1033c7d1cb846b622d6a4252bfac67cb0f25d6f7f79293a3cd1593291c6f1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for krionis_orchestrator-1.1.0.tar.gz:

Publisher: pypi-release.yml on pkbythebay29/krionis-platform

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file krionis_orchestrator-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for krionis_orchestrator-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e15f15f9fc6bf69a672fa0a60786d35fae2194aa411206ece8f1de2f93a0b0a9
MD5 043d330122210d2b0ed39a653d217b15
BLAKE2b-256 231b0fe1ab2a2660a81c596b043f3248427b2d0466f134748b9019564fba0819

See more details on using hashes here.

Provenance

The following attestation bundles were made for krionis_orchestrator-1.1.0-py3-none-any.whl:

Publisher: pypi-release.yml on pkbythebay29/krionis-platform

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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