ONEX Service Provider Interface - Protocol definitions
Project description
omnibase_spi
Service provider interface protocols for the ONEX platform.
Install
uv add omnibase-spi
Minimal Example
from omnibase_spi.protocols.event_bus import ProtocolEventBusProducer
class MyProducer(ProtocolEventBusProducer):
"""Implement the event bus producer protocol."""
async def publish(self, topic: str, payload: bytes) -> None:
# Your implementation here
...
Key Features
- 176+ protocol interfaces: Runtime-checkable protocols for all ONEX service boundaries
- 22 domains: Event bus, handlers, nodes, registry, storage, and more
- Zero implementations: Protocols only -- concrete implementations live in omnibase_infra
- Structural typing: All protocols use
@runtime_checkablefor duck typing - Contract-first: Protocols define the contract, implementations fulfill it
Documentation
- Protocol registry
- Architecture
- CLAUDE.md -- developer context and conventions
- AGENT.md -- LLM navigation guide
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
omnibase_spi-0.20.3.tar.gz
(1.1 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
omnibase_spi-0.20.3-py3-none-any.whl
(758.3 kB
view details)
File details
Details for the file omnibase_spi-0.20.3.tar.gz.
File metadata
- Download URL: omnibase_spi-0.20.3.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
773386dc34657cde92ba4a6283ff246a196e992e504d2c9d04e2fc84573f5db2
|
|
| MD5 |
c94bf8310d6c6f97fe858fc2ab4e30ee
|
|
| BLAKE2b-256 |
37920c3c1569b94fbfee7cdcbe47da4046a9ff6f8a8577666f0996fa744b7066
|
File details
Details for the file omnibase_spi-0.20.3-py3-none-any.whl.
File metadata
- Download URL: omnibase_spi-0.20.3-py3-none-any.whl
- Upload date:
- Size: 758.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b970cc4f148ceba5f172c44412e1b5386a9148e61ccb171b7d401a56505c9269
|
|
| MD5 |
74801e6f2c38591f0fbb01d79229477b
|
|
| BLAKE2b-256 |
0ce353c296e31b1ef988e074e518800c7788c4c52c638617ca9bbbc17d4aa630
|