@plasm_lang/engine
v0.4.28
Published
NAPI bindings for the Plasm catalog-native agent engine
Readme
@plasm_lang/engine
NAPI native addon for plasm-node.
Build
npm install
npm run buildProduces a platform .node binary and generated index.js loader.
API
See index.d.ts — mirrors PlasmEngine in the Rust crate:
loadCatalog(catalogDir)exposeSeeds(intent, seeds)dryRun(program)
Live execute (run with host transport) is not wired in v0.
