exo-node
Node.js bindings for EXO-AI cognitive substrate via NAPI-RS.
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
Usage
const exo = require;
// Create consciousness substrate
const substrate = ;
substrate.;
const phi = substrate.;
Links
License
MIT OR Apache-2.0