@openpipeline/server
v0.6.1
Published
Transport-agnostic HTTP + SSE handlers for OpenPipeline, with a tiny Node http adapter.
Maintainers
Readme
@openpipeline/server
Transport-agnostic HTTP + SSE handlers for OpenPipeline, with a tiny Node http adapter.
Part of OpenPipeline — a framework-agnostic engine for compiling and running MCP-tool pipelines as LangGraph DAGs.
Install
npm i @openpipeline/serverUsage
Transport-agnostic HTTP + SSE handlers, plus a tiny Node http adapter. Streams live run events to a builder UI.
import { createPipelineHandlers, createNodeHttpHandler } from '@openpipeline/server';
createServer(createNodeHttpHandler(createPipelineHandlers(engine))).listen(3000);See the root README for the full quickstart and the playground.
License
MIT
