Skip to main content

Crate nsr_nodejs

Crate nsr_nodejs 

Source
Expand description

NSR Node.js Bindings

Native Node.js bindings for the NSR (Neuro-Symbolic Recursive) AI framework.

Structs§

JsEvaluationResult
Result of evaluation
JsGroundedInput
Raw input to the NSR system (text, number, image, embedding, etc.)
JsInferenceResult
Result of running inference
JsNSRConfig
Configuration for the NSR machine
JsNSRMachine
The Neural-Symbolic Recursive Machine - main Node.js interface
JsNSRMachineBuilder
Builder for creating configured NSRMachine instances
JsNSRStats
Machine statistics
JsPrimitive
Built-in primitive operations
JsProgram
Functional program for computing semantics
JsSemanticValue
Computed semantic value (output of NSR inference)
JsTrainingExample
A training example for the NSR machine
JsTrainingStats
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