Metadata-Version: 2.4
Name: openral-runner
Version: 0.1.0
Summary: OpenRAL inference runner — closes WorldState → Skill → HAL at a cadence
License: Apache-2.0
Requires-Python: <3.13,>=3.12
Requires-Dist: openral-core
Requires-Dist: openral-hal
Requires-Dist: openral-observability
Requires-Dist: openral-rskill
Requires-Dist: openral-world-state
Requires-Dist: structlog>=24.1
Provides-Extra: gstreamer
Requires-Dist: pygobject>=3.42; extra == 'gstreamer'
Provides-Extra: opencv
Requires-Dist: opencv-python>=4.8; extra == 'opencv'
Description-Content-Type: text/markdown

# openral-runner

OpenRAL inference runner — closes WorldState → Skill → HAL at a cadence

Part of [**OpenRAL**](https://github.com/OpenRAL/openral) — the open Robot
Abstraction Layer for vision-language-action robotics. This package is one
member of the OpenRAL Python workspace; see the architecture overview and the
eight-layer model in the project docs.

- **Docs:** https://openral.github.io/openral/
- **Source:** https://github.com/OpenRAL/openral
- **License:** Apache-2.0

> All OpenRAL workspace packages move in lockstep at `0.1.x` until the first
> public release.
