Substrate Overview
Kairos Substrate is the on-premise evaluation engine for Kairos. It provides deterministic, real-time structural risk assessment that runs within your infrastructure — no cloud calls, no data exfiltration, and no external dependencies at evaluation time.
What Substrate Does
Section titled “What Substrate Does”Substrate sits between your autonomous system and the actions it wants to take. Every proposed action passes through an evaluation pipeline, which:
- Reads domain metrics from the integrating system
- Evaluates the current system state against the licensed configuration
- Applies policy gates to produce a
PASSorREJECTdecision - Returns a structured response with the decision, evaluation detail, and optional escalation directives
The evaluation is deterministic: the same inputs and configuration produce the same decision.
Distribution Targets
Section titled “Distribution Targets”Substrate is available through three distribution targets:
| Target | Build output | Use case |
|---|---|---|
| CLI binary | kairos executable | Evaluation, trace inspection, licensing, and live dashboards |
| Native library | Shared/static library | Embedded integration into production systems |
| WASM module | WebAssembly package | Browser or Node.js advisory evaluation |
The CLI and native library targets are intended for authoritative enforcement. The WASM target is advisory and should not be used as the sole enforcement layer.
Audience
Section titled “Audience”- Integration engineers embedding Substrate into autonomous pipelines (LLM agents, MoE routers, robotics controllers)
- Safety operators monitoring live systems via the
kairos observeTUI - Platform teams deploying, configuring, and maintaining Substrate infrastructure on-premise
What’s in This Section
Section titled “What’s in This Section”| Area | Covers |
|---|---|
| Getting Started | Installation, licensing, first evaluation |
| Fly-by-Wire | Stateful evaluation loop, action gating, and operator visibility |
| CLI Reference | All CLI commands and flags |