Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

Releases: effectorHQ/effector-compose

v1.0.0 — Type-checked AI agent pipeline composition

18 Mar 17:09

Choose a tag to compare

Type-checked pipeline composition with @effectorhq/core. Define pipelines in YAML, verify type compatibility via check, and emit runtime configs via build. resolve maps pipeline steps to EffectorDefs from your local registry (reports missing steps). suggest finds short type-compatible effector chains (depth<=3). visualize renders the pipeline as SVG to stdout. run generates a dry-run execution plan (type-check + step mapping) and does not execute effector code.