Skip to main content

Workflow showcase

Browse every example below by section: Simple examples, Machine Learning, Generative AI, Agentic workflows, and Scientific AI. Select a graph to open its page. Simple examples include runnable bundles or verified fixtures; the other sections describe workflow patterns and are not presented as executable bundles.

Simple examples

Simulation, real execution, and adapter fixtures. Each page states its prerequisites and validation scope.

Machine Learning

Training, tuning, inference, evaluation, and model delivery patterns. These are DAG designs, not verified executable bundles.

Generative AI

Data preparation and evaluation patterns for retrieval, generation, audio, and documents.

Agentic workflows

Bounded agent execution with explicit review, policy, and evidence stages.

Scientific AI

Simulation, analysis, surrogate models, and experiment feedback loops.

How to use a showcase

  1. Choose a runnable example from Simple examples and open its repository checkout. The links below show the current examples on main; when using a packaged release, select its matching tag on Releases and use the examples from that tag.
  2. Complete the scenario's prerequisites and API connection setup when using an existing server. The SLURM fixture starts its own server and sets its API URL in the procedure.
  3. Submit the files in the stated order and wait for the run to finish.
  4. Check the result listed on that scenario's page.

The files define the submitted model. If Desktop is connected to the same server, use it to inspect the saved records and result.

Example file index

ScenarioFilesWhat it demonstrates
Edge–cloud simulationexamples/simulationComplete environment, topology, workflow, plan, and execution request
30 GB fan-outexamples/simulation/30gb-fanoutShared links, parallel transfers, and fan-in
50-core fan-outexamples/simulation/50core-fanoutPer-core placement and parallel capacity
Kubernetes with Kindexamples/kindLocal real execution, namespace access, and requests
Hybrid local/Kind to GCPexamples/real/hybrid-cloud-transferCross-runtime file handoff to an on-demand GCP worker; requires existing matching resources
Montage 58, GCP to localexamples/real/montage-cloud-localReal Montage commands, twelve GCP mProject tasks, named FITS transfers, and local completion; observed run pending
Local directexamples/local/direct-helloA trusted host-local command and observed filesystem artifact
SLURM batch fixtureexamples/slurm/local-fixtureReproducible local validation of the SLURM adapter's batch submission and artifact path
Remote connectionsexamples/connectionsSSH-based PlaFRIM, Santos Dumont, and Kind connections

Infrastructure configuration references

These files model infrastructure inputs, but are not end-to-end showcases. In particular, they do not include a portable cluster, a submitted run, or observed execution evidence.

InfrastructureFilesScope and next step
SLURM clusterexamples/slurmA catalog for a partition, login node, shared storage, and runtime bindings. Pair it with an approved SLURM cluster and follow Connect an HPC and SLURM cluster before submitting a site-approved probe. The separate SLURM batch fixture validates only the local adapter path.