Runtime Docs · v4.18.2 · operational

Runtime Docs for Autonomous Industrial Intelligence

Explore the architecture, workflows, agents, runtime systems, integrations, and operational logic behind Wavelet AI OS — a living interface, not a static portal.

hubExplore Architecture
search
DocsRuntime APIsAgentsWorkflowsIntegrationsSafetySDKsRelease Notes
L/Runtime Module/runtime/modules/ai-ops-console

AI Ops Console

A conversational control plane for industrial operations. Operators speak to the runtime in natural language; the console plans, dispatches, and reports across the agent fleet — with KPI grounding and policy gating.

psychologyNatural-language operations
schemaWorkflow generation on demand
query_statsKPI-grounded responses
forumConversational orchestration
live ai ops simulation
> why is line 07 OEE below target?
↳ ai-ops: routing query → diagnostic + intelligence agents…
✓ root cause: bearing wear on COMPRESSOR-A (conf 0.94)
✓ proposed workflow: predictive_maintenance · ready to dispatch
L/Runtime APIPOST /v1/workflows/run

Dispatch an autonomous workflow

Authenticate with a runtime key, declare the workflow, stream execution events as they unfold across the agent fleet.

from wavelet import Runtime

rt = Runtime(api_key="wlt_live_...")

execution = rt.workflows.run(
    workflow="predictive_maintenance",
    asset="LINE-07-COMPRESSOR-A",
    context={"severity": "high", "auto_dispatch": True},
)

for event in execution.stream():
    print(event.phase, event.agent, event.payload)
auth
Bearer wlt_live_…
latency p99
184ms
sentinel
gated
L/Workflow Library

Operational Workflow Templates

5 live blueprints

precision_manufacturingPredictive Maintenance

7 agents · SAP PM · MES · SCADA
target kpi
MTBF +38%
DetectPlanGateExecuteLearn
simulating · 6 events/sec
L/Enterprise Integrations

Enhance, Not Replace

Bidirectional runtime sync with the systems your operation already runs on — SAP, Oracle, MS Dynamics, MES, SCADA, EAM, IoT.

hub
SAP
bidirectional
hub
Oracle
bidirectional
hub
MS Dynamics
bidirectional
hub
MES
bidirectional
hub
SCADA
bidirectional
hub
EAM
bidirectional
hub
IoT
bidirectional
hub
Edge
bidirectional
L/Release Timeline

Runtime Evolution

v4.18.2May 26 · 2026Sentinel Core

Hallucination detector accuracy +6.3 pp; new auto-patch policy for ERP write failures.

v4.18.0May 19 · 2026Agent Core

Multi-agent deliberation now supports cross-domain risk arbitration.

v4.17.3May 10 · 2026Intelligence Hub

Vector index throughput +2.4×; new industrial ontology pack (energy, semiconductor).

v4.17.0Apr 28 · 2026Runtime Engine

Execution scheduler rebuilt — p99 latency 412ms → 184ms.

runtime docs · manifest

Runtime Docs is not documentation.
It is the operational intelligence interface for autonomous industry.

Launch AI OS