| Crates.io | exo-node |
| lib.rs | exo-node |
| version | 0.1.0 |
| created_at | 2025-12-02 04:33:56.971282+00 |
| updated_at | 2025-12-02 04:33:56.971282+00 |
| description | Node.js bindings for EXO-AI cognitive substrate via NAPI-RS |
| homepage | https://ruv.io |
| repository | https://github.com/ruvnet/ruvector |
| max_upload_size | |
| id | 1961136 |
| size | 69,948 |
Node.js bindings for EXO-AI cognitive substrate via NAPI-RS.
exo-node provides native Node.js bindings:
npm install exo-node
const exo = require('exo-node');
// Create consciousness substrate
const substrate = new exo.ConsciousnessSubstrate();
substrate.addPattern(pattern);
const phi = substrate.computePhi();
MIT OR Apache-2.0