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.0.0.tar.gz (24.1 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.0.0-py3-none-any.whl (34.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: krionis_orchestrator-1.0.0.tar.gz
  • Upload date:
  • Size: 24.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for krionis_orchestrator-1.0.0.tar.gz
Algorithm Hash digest
SHA256 d483ea15b12106277a3867f0034ff9125029c88bdf59c5251bf85a3001e162c0
MD5 da555499bdbede916f0bf4de55d96558
BLAKE2b-256 fcb8784ee67d49a3f5efbdca24e9153dbf8a665eca1d3e663c374e16e1f66efb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krionis_orchestrator-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 299b826103fd86e6a4ac8ddc9bc121e37eb1974f00fbb73f5c618e3128d0085e
MD5 827937a408fb8fe634f8052c28742409
BLAKE2b-256 d66985387b6a836002c4c4de933bf816ab640605ee2844680a018bc20d4e6de2

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