Package Exports
- @openpipeline/core
Readme
@openpipeline/core
Framework-agnostic execution kernel and interface contracts for OpenPipeline.
Part of OpenPipeline — a framework-agnostic engine for compiling and running MCP-tool pipelines as LangGraph DAGs.
Install
npm i @openpipeline/coreUsage
Provides the NodeSpec contract, PipelineStore/StepRecorder/LlmFactory/CatalogLoader interfaces, the run-state types, and pure helpers. You rarely install this alone — it comes in via the other packages.
See the root README for the full quickstart and the playground.
License
MIT