navig-pipeline
The content assembly line — composes the NAVIG media plugin family into one flow:
acquire (navig-download) → transcribe (navig-audio) → script (navig-text)
→ narrate (navig-audio) → publish (navig-social)
navig pipeline status # what's wired
navig pipeline run --topic "NAVIG v2 ships" --to x,telegram --dry-run
navig pipeline run --topic "…" --to x,telegram --narrate # + audio voiceover
navig pipeline run --source clip.mp4 --to devto # transcribe → post
Why it exists
This is the payoff of "standalone-yet-wired plugins as OS system folders":
capabilities compose. navig pipeline is the one sanctioned orchestrator — it
reaches across plugins through the same public seams a user would (the
navig.voice transcribe shim, the generation facets, navig_social fan-out).
- Every stage is optional. A plugin that isn't installed simply drops its
stage — reported, never a silent gap.
navig pipeline statusshows what's wired. - Safe by default.
runis a dry-run: it drafts the real caption and previews the fan-out, but performs no download / narration / publish. Pass--liveto actually publish. - No hard deps. The stage plugins are soft-imported at run time, so navig-pipeline installs and runs on its own.
Install
pip install -e plugins/navig-pipeline
# or: navig store install pip:navig-pipeline
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
navig_pipeline-0.1.0.tar.gz
(37.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters