a8e-server 0.1.0

Articulate (a8e): The sovereign AI operator for your terminal.
1
2
3
4
// We'll generate the schema at runtime since we need access to the complete application context
fn main() {
    println!("cargo:rerun-if-changed=src/");
}