@cynodia/axiom-runtime
v0.7.0-alpha.2
Published
Domain-independent runtime that executes an Axiom application graph.
Downloads
1,800
Readme
Axiom Runtime
Part of Axiom, an AI-native semantic web application framework.
Status: experimental / alpha. The API may change between alpha releases.
The domain-independent runtime: the state store, expression evaluation, the mutation
engine, constraint checking, the semantic UI renderer and routing. It takes its whole
environment through a HostEnvironment, so it runs in a browser or headlessly.
The renderer reads presentation the compiler has already resolved and turns it into semantic class names, landmark and heading elements, and formatted values. It writes no styles and computes no lengths.
Main exports: createAxiomRuntime, createBrowserHost, createMemoryHost,
RUNTIME_DIAGNOSTIC_CODES, formatValue, presentationClassList.
Installation
npm install @cynodia/axiom-runtimeMost applications should install the facade package instead, which re-exports this one:
npm install @cynodia/axiomDocumentation
The canonical operational contract lives in the docs/ directory of the
@cynodia/axiom package, and in
the repository. Start with docs/AGENT_REFERENCE.md.
License
MIT
Copyright (c) 2026 AskTech AS.
