Skip to content

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 architectureOmegaRuntime, OmegaConfig, the eval entry points.
  • Standard library — the 13 built-in package set.
  • Packages — workspace layout under projects/omega-lisp/packages/.
  • Drivers@open-matrix/inference and the driver-* family.
  • Testing — vitest, the architecture checks, the demo runner.

See also

Source: projects/omega-lisp/src/runtime.ts, projects/omega-drivers/packages/inference/.