Architecture

Workflow System

The Workflow System manages proof generation workflows in Fermah Core.

Building Workflows

# Build a basic workflow
just workflow build

# Upload and execute a workflow
just run upload-execute

# Run everything in one command
just run runtime-upload-execute

Workflow Jail

The workflow jail provides a secure execution environment for workflow modules:

  • Isolated execution context
  • Resource limitations
  • Security boundaries
Previous
Runtime Client