Runtime OS SDK v0.1.0
This is the first public preview release of Runtime OS SDK.
Runtime OS SDK is the public contract and manifest layer for Runtime OS-compatible event-driven AI systems. It provides the public interfaces needed to describe events, execution intents, runtime capabilities, manifests, ingestion boundaries, and adapter contracts.
Included in this release
- Public contract definitions
- Runtime manifest SDK
- Manifest YAML examples
- Manifest loader utilities
- Ingestion boundary abstraction
- Base adapter interface
- Selected public documentation
- Minimal public test coverage
Not included
This repository is not the full Runtime OS Platform.
The following components remain private/commercial:
- Kernel
- Planner
- GraphExecutor
- Runtime services
- AudioRuntime
- VisionRuntime
- ROS2Runtime
- HomeAssistantRuntime
- Capability graph implementation
- Learning system
- Causal reasoning
- Simulator
- Bootstrap launchers
- Private tests
- Internal audit reports
Positioning
Runtime OS SDK is intended for developers and teams building compatible adapters, manifests, integrations, and event-driven AI components.
The commercial Runtime OS Platform provides the full execution engine, planning layer, runtime orchestration, enterprise connectors, and deployment support.
Status
This is an early public SDK preview.
The public release preflight review has passed, minimal tests are passing, and no blocking public release issues are currently known.
Recommended usage
Use this SDK to:
- Define Runtime OS-compatible events
- Create runtime capability manifests
- Build adapter boundaries
- Validate public contract shapes
- Prepare integrations for the Runtime OS ecosystem
Release type
Public preview SDK release.