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

v1.0.0

Choose a tag to compare

@benzsevern benzsevern released this 29 Mar 16:26
· 36 commits to main since this release

First stable release of GoldenPipe — the Golden Suite orchestrator.

Features

  • End-to-end pipeline: chains GoldenCheck (scan) → GoldenFlow (transform) → GoldenMatch (dedupe) in one command
  • Adaptive logic: skips transformation if no issues found, routes to PPRL if sensitive fields detected
  • Pluggable stages: works with Golden Suite tools or custom stages via entry points
  • 4 MCP tools: list_stages, validate_pipeline, run_pipeline, explain_pipeline
  • Multiple interfaces: CLI, REST API, TUI, MCP server, A2A protocol
  • Zero-config default: goldenpipe run data.csv just works
  • Rich reporting: reasoning for every decision, timing metrics, artifact outputs

Install

pip install goldenpipe              # Core
pip install goldenpipe[golden-suite] # + all Golden Suite tools
pip install goldenpipe[all]          # Everything