Registry / workflow / omnibase-core

omnibase-core

JSON →
library0.45.0pypypiunverified

ONEX Core Framework provides base classes, contracts, and essential implementations for the ONEX ecosystem, including runtime local orchestration, compliance scanning, event bus, and CLI tools. Current version: 0.40.0. Active development with weekly releases.

pip install omnibase-core
INSTALL
IMPORT
SIG · OMNIBASE-CORE
O
omnibase-core
workflowpythonv0.45.0
Install
8.9s avg
Import
Disk
127MB
Pass rate
4/ 10
Env Coverage4 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.45.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
glibc
py 3.10
✕ build_error
✕ build_error
py 3.11
✕ build_error
✕ build_error
py 3.12
✓ —
✓ 8.7s
py 3.13
✓ —
✓ 9.2s
py 3.9
✕ build_error
✕ build_error
127MB installed
● package 127MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RuntimeLocal
from omnibase_core import RuntimeLocal
from omnibase_core.runtime_local import RuntimeLocal

Initialize a RuntimeLocal instance and run a simple workflow.

import os from omnibase_core.runtime_local import RuntimeLocal rt = RuntimeLocal() result = rt.run("hello_world", params={"name": os.environ.get('NAME', 'World')}) print(result)
onex --version
Debug
Known issues
breakingThe event_bus_enabled parameter was removed from contracts in v0.40.0. Use EventBusInmemory directly if needed.
fix
Instantiate EventBusInmemory separately and pass it to components that require an event bus.
affects: >=0.40.0
breakingRemoval of old import paths: from omnibase_core.contracts import ModelHandlerContractExtended is deprecated; use the new contract import paths as per documentation.
fix
Check the official docs for updated contract import locations.
affects: >=0.38.0
gotchaThe package uses SPDX license headers; ensure your code complies if you contribute.
fix
Add SPDX header to any files you create in the repo.
affects: all
Upgrade
Version history
0.45.0latest on PyPI · released Jun 18, 2026
Audit
Dependencies
deepdiffrequiredUsed for diffing structured data in compliance and introspection
Agent activity
28 hits · last 30 days
node
26
OpenAI (training)
2
Resources
omnibase-core — pip install omnibase-core · libregistry