@kosolapus/plugin-ts-sdk
v0.0.6
Published
FlowForge plugin SDK (contracts + executor runtime + TCP publication host)
Readme
Typescript SDK for flowforge plugins
Published-style package (build with npm run build) containing:
- contracts — plugin-manager publication DTOs, validators, TCP pattern constants
- executor — decorators, runtime helpers,
buildExecutorBatchPullResponseFromEntries, TCP executor ingress, TCP control-plane ingress (submitExecutorStepAckTcp,submitExecutorStepResultTcp,TcpControlPlaneOutputRouter,buildExecutorStepAckNotifierFromEnv) - plugin-publication-tcp — Nest TCP host for PM → plugin batch pull; optional manifest bootstrap via
PluginPublicationTcpHostModule.forRoot(Source, { manifestOnInit: true, manifestBuilder })
