Typed agent APIs
Every agent step is typed, idempotent and replayable against recorded plant telemetry. No hidden state, no untestable prompts.
Slicium is an engineering platform first: typed agent interfaces, replayable telemetry, twin validation in CI, and signed artefacts delivered to the plant edge.
Every agent step is typed, idempotent and replayable against recorded plant telemetry. No hidden state, no untestable prompts.
A K3s edge cluster with Triton multi-model serving, TensorRT-optimised perception and deterministic latency budgets.
Write connectors for equipment we have not met yet: OPC UA, EtherNet/IP, Modbus, REST and vendor SDKs.
Every model or program change is simulated against thousands of synthetic carcasses before it can be promoted.
Reproduce any decision from the recorded frame, model version and configuration. Debug the past, not a summary of it.
Artefacts are signed, versioned and staged, with instant rollback under your own change-control process.
Point the runtime at a line, register your equipment, and start in shadow mode.
# Register a portioner and stream weights into the loop.
from slicium.connect import Connector, OPCUA
portioner = Connector(
name="line-2-portioner",
transport=OPCUA("opc.tcp://10.4.2.11:4840"),
capabilities=["read:weight", "write:portion_target"],
)
@portioner.on("pack")
async def on_pack(evt):
# Shadow mode: predict, log, do not act.
pred = await portioner.agent.predict(evt.geometry)
portioner.log(predicted=pred.grams, actual=evt.grams)
$ slicium init --plant northfold --line 2
✓ edge runtime detected (k3s, 2 nodes, 4 GPUs)
✓ connectors: portioner, checkweigher, MES
$ slicium run --mode shadow
streaming 2,980 packs/hr · mae 3.1 g · drift ok
$ slicium gate check portion-and-pack
accuracy 0.962 (gate 0.950) · twin PASS · eligible: advisory
Jetson-class inference inside washdown-rated enclosures runs the loop with deterministic latency. DeepStream handles multi-camera ingest; Holoscan synchronises X-ray, hyperspectral, scale, line speed and robot pose.
Training, synthetic data generation, evaluation and fleet management run centrally. Models ship down; only telemetry and approved corrections come up — or nothing at all in air-gapped deployments.
| Layer | Technology |
|---|---|
| Edge runtime | Rust and C++ runtime on K3s, NVIDIA IGX and Jetson |
| Perception | PyTorch, TensorRT, DeepStream, Metropolis, Holoscan |
| Simulation | Omniverse, Replicator, Cosmos, cuOpt |
| Serving | Triton, NIM, NeMo with Retriever and Guardrails |
| Backend | Go, Python FastAPI, NestJS control plane |
| Data | PostgreSQL with pgvector, TimescaleDB, Redis |
| Agents | LangGraph orchestration, model-agnostic router |
| Ops | GitHub Actions, Terraform, ArgoCD, edge OTA, OpenTelemetry |
Model, program or connector change lands with tests and a recorded-telemetry replay suite.
Golden datasets, judge scoring and drift checks run in CI. Regressions block the build.
The twin runs the change against thousands of synthetic carcasses including rare anatomy and contamination.
Signed artefacts roll to a canary cell, then the line, then the cohort — with instant rollback.
OpenTelemetry traces span sensor frame, model inference, decision, actuation and outcome. Langfuse captures reasoning steps. When a line stops, you know why in seconds — not after pulling four vendors onto a call.
Every failure mode has a defined safe state. Perception loss, network loss and model-server loss all degrade predictably.
Commissioning, sanitation, drift and escalation runbooks ship with the deployment.
Enterprise agreements include named solutions engineers who know your lines.
Model versions are pinned per line. Nothing changes on your floor without your change-control approval.
Run fully on-premise on the plant edge, in your VPC, or hybrid. Sensitive producers can keep every frame inside the facility.
Enterprise identity, role-based approval gates, and separation of duties between operations, quality and engineering.
Models and runtimes ship as signed artefacts with staged rollout, instant rollback and twin-validated gating in CI.
Cluster sizing, GPU allocation, network segmentation and sanitation-safe enclosure guidance.
Perceive, plan, validate, execute and escalate — the five calls every agent implements.
Map an unfamiliar portioner, grader or MES into the loop with the connector SDK.
Get the developer preview, the connector SDK and a walkthrough of the edge runtime with one of our engineers.