Metadata-Version: 2.4
Name: axiom-aether
Version: 0.1.3
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Rust
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Summary: Axiom-TTT: online test-time-training inference engine and self-healing runtime (prebuilt `axiom` binary)
Keywords: ttt,inference,llm,ai,cli,self-healing
Home-Page: https://github.com/fernandogarzaaa/AXIOM-AETHER
Author: Fernando Garza
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/fernandogarzaaa/AXIOM-AETHER
Project-URL: Repository, https://github.com/fernandogarzaaa/AXIOM-AETHER

# axiom_engine

The Rust inference engine behind **[AXIOM-AETHER](https://github.com/fernandogarzaaa/AXIOM-AETHER)** —
a local-first runtime for online Test-Time Training (TTT), context compression,
grounding checks, self-healing execution, and the in-tree ChimeraLang DSL.

Installs the `axiom` command.

## Install

```bash
cargo install axiom_engine          # builds from source (needs a Rust toolchain)
pip install axiom-aether            # prebuilt binary, no toolchain (recommended)
curl -fsSL https://raw.githubusercontent.com/fernandogarzaaa/AXIOM-AETHER/main/scripts/install.sh | bash
```

## Quick start

```bash
axiom init                  # scaffold ~/.axiom (offline checkpoint bootstrap)
axiom --mode doctor         # hardware-aware device pick
axiom run -- <cmd>          # self-healing supervised run
axiom solve -- <verify>     # drive a failing verify command to green
axiom chimera run prog.chimera   # run a ChimeraLang program
```

See the [main repository](https://github.com/fernandogarzaaa/AXIOM-AETHER) for
full documentation, the capability table, and the architecture overview.

## License

MIT

