exo-node 0.1.0

Node.js bindings for EXO-AI cognitive substrate via NAPI-RS
Documentation

exo-node

Node.js bindings for EXO-AI cognitive substrate via NAPI-RS.

Crates.io Documentation License

Overview

exo-node provides native Node.js bindings:

  • NAPI-RS Bindings: High-performance native module
  • Async Support: Full async/await support via Tokio
  • TypeScript Types: Complete TypeScript definitions
  • Native Performance: Direct Rust execution

Installation

npm install exo-node

Usage

const exo = require('exo-node');

// Create consciousness substrate
const substrate = new exo.ConsciousnessSubstrate();
substrate.addPattern(pattern);
const phi = substrate.computePhi();

Links

License

MIT OR Apache-2.0