# mrp_lab — an aura research project This crate is an aura project: a cdylib of node/strategy blueprints the `aura` host loads during research (see the engine's docs/project-layout.md). - Build: `cargo build` (the next `aura` invocation loads the fresh dylib) - Run: `aura run blueprints/signal.json` (from anywhere inside this dir) - Nodes live in `src/`; each is registered in `vocabulary()`/`type_ids()` under the `mrp_lab::` namespace prefix. - Topology is data (`blueprints/*.json`), node logic is Rust.