# `nodes/` Hot-reloadable, LLM-authored node crates (`cdylib`). Everything that plugs into the engine is fractally a `Node`: indicators, signals, sources (e.g. news-agent nodes that emit a recorded/live bias stream), decision nodes, broker profiles, session nodes, resamplers, and sinks/visualizers. A composite — and ultimately a whole strategy — is also just a `Node` that wires a sub-graph and exposes one output. Each crate here links only against `aura-core` (the shared contract) and is built with the same toolchain as the engine (Rust-ABI hot-reload). For the deploy bot, the wired graph is frozen and statically linked — never hot-swapped. A later split may separate top-level `strategies/` from reusable building blocks; for now this is the single bucket.