Skip to content

Workflows API

This section documents ReaxKit workflow modules (CLI-facing orchestration layer). Workflows parse user arguments, load data/adapters, execute tasks, and route outputs.

Structure

Workflow docs are organized into:

  • top-level domain workflows
  • file_tools workflows, which are specific to file-based tasks (e.g. file conversion, file generation, data extraction)
  • meta workflows, which are cross-cutting workflows related to CLI management, help, and introspection
  • presentation workflows, which are focused on visualizing and presenting data
  • study_design workflows, which is a new category focused on study design (i.e., systematically generating and executing a series of simulations along with their analyses)

Module Index

Top-Level Workflows

File Tools

Meta

Presentation

Study Design