Appearance
Runtime
These pages cover the operational layer: how OmegaRuntime is constructed, what's in the standard library, how packages are organized, what drivers exist, and how testing works.
Pages
- Runtime architecture —
OmegaRuntime,OmegaConfig, the eval entry points. - Standard library — the 13 built-in package set.
- Packages — workspace layout under
projects/omega-lisp/packages/. - Drivers —
@open-matrix/inferenceand thedriver-*family. - Testing — vitest, the architecture checks, the demo runner.
See also
Source:
projects/omega-lisp/src/runtime.ts,projects/omega-drivers/packages/inference/.