logicpearl-engine
logicpearl-engine is the library-level execution facade for LogicPearl.
Use it when:
- you are building an app backend or execution service
- you want to load a pearl or pipeline once and execute it repeatedly
- your workflow uses plugins or other server-side adapters
Do not use it for:
- browser-only evaluation
- shell-first human workflows
Those surfaces are:
@logicpearl/browserfor browser-safe executionlogicpearlfor the public CLI
Example
use ;
use json;
let engine = from_artifact_path?;
let result = engine.run_single_json?;
match result
# Ok::