{"library":"omnibase-core","title":"ONEX Core Framework (omnibase-core)","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install omnibase-core"],"cli":{"name":"onex","version":""}},"imports":["from omnibase_core.runtime_local import RuntimeLocal","from omnibase_core.event_bus import EventBusInmemory"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nfrom omnibase_core.runtime_local import RuntimeLocal\n\nrt = RuntimeLocal()\nresult = rt.run(\"hello_world\", params={\"name\": os.environ.get('NAME', 'World')})\nprint(result)","lang":"python","description":"Initialize a RuntimeLocal instance and run a simple workflow.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}