# lmm
WIP: A language agnostic framework to reality.
## Install From Registry
To install AutoGPT CLI via Cargo, execute the following command:
```sh
cargo install lmm --all-features
```
## Usage
```sh
lmm consciousness
lmm discover --data-path LICENSE
Discovering using data from LICENSE
Discovered Equation: Add(Mul(Constant(2.0), Variable("x")), Sin(Variable("x")))
lmm simulate
Simulate called with step=0.01 over 100 steps
```
## Whitepaper
More in [this draft whitepaper](https://github.com/kevin-rs/blog/blob/main/docs/blog/src/llms-are-usefull-lmms-will-break-reality.md).