Expand description
NSR Node.js Bindings
Native Node.js bindings for the NSR (Neuro-Symbolic Recursive) AI framework.
Structs§
- JsEvaluation
Result - Result of evaluation
- JsGrounded
Input - Raw input to the NSR system (text, number, image, embedding, etc.)
- JsInference
Result - Result of running inference
- JsNSR
Config - Configuration for the NSR machine
- JsNSR
Machine - The Neural-Symbolic Recursive Machine - main Node.js interface
- JsNSR
Machine Builder - Builder for creating configured NSRMachine instances
- JsNSR
Stats - Machine statistics
- JsPrimitive
- Built-in primitive operations
- JsProgram
- Functional program for computing semantics
- JsSemantic
Value - Computed semantic value (output of NSR inference)
- JsTraining
Example - A training example for the NSR machine
- JsTraining
Stats - Statistics from training
Functions§
- cogs_
machine - Create a COGS-configured NSR machine
- hint_
machine - Create a HINT-configured NSR machine
- pcfg_
machine - Create a PCFG-configured NSR machine
- scan_
machine - Create a SCAN-configured NSR machine
- version
- Get the library version