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.1.tar.gz (24.3 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.1-py3-none-any.whl (34.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: krionis_orchestrator-1.0.1.tar.gz
  • Upload date:
  • Size: 24.3 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.1.tar.gz
Algorithm Hash digest
SHA256 86b84fc5eaca776b8bcf48b22f410efdf921a5ffb19130121b581e51148a3192
MD5 47ebe0c9633186e27f8871f5abffa09e
BLAKE2b-256 33f0e95368cf7a8a0f65c713b44eacc77bb28099659d5d4542151d12e4447c6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krionis_orchestrator-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 13e65f85216b3a99555620b56a3ce95c3931c713c5416955f9bdf1a033746d8c
MD5 c703c58d6ed7420ffa68d82156abe3ed
BLAKE2b-256 97480ca47b890652d72d4c848ebc17243cc098a352c966dd492e8251cc9dcc37

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