openclinical-ai / runtime /__init__.py
bclermo's picture
Upload folder using huggingface_hub
00c1e8f verified
Raw
History Blame Contribute Delete
336 Bytes
"""openclinical-ai runtime β€” inference runtime for biology AI and clinical AI models.
Sovereign inference β€” every call runs in the same jurisdiction as the patient data.
Audit trail β€” every inference is logged with consent context.
Model provenance β€” every model is signed and tracked in the registry.
"""
__version__ = "0.3.0"