Build Workflows
Audience: script, notebook, and automation builders
Status: Preview
Workflow-building in Ophiolite currently spans two public surfaces:
- Python for project-oriented orchestration and typed results
- CLI for inspection, packaging, and repeatable command execution
That split is deliberate for now. The public wrappers are still widening, but they already share one runtime and one vocabulary.
Recommended path
Section titled “Recommended path”- Start with Python quickstart
- Read stable public vocabulary
- Read built-in operator workflows
- Read operator catalog and composition
- Add CLI automation where repeatability matters
- Use reference for exact commands and payload shapes