{% extends "base.html" %} {% block title %}Workflow Configuration - PairCoder Setup{% endblock %} {% block content %} Workflow Configuration Select a workflow preset or provide a custom workflow YAML file. Workflow Preset {% for preset in presets %} {{ preset }} {% endfor %} Custom Provide a custom workflow YAML file path. Custom Workflow Path Path to a YAML file (.yaml or .yml) containing your workflow configuration. Back Skip Next {% endblock %}
Select a workflow preset or provide a custom workflow YAML file.
Provide a custom workflow YAML file path.
Path to a YAML file (.yaml or .yml) containing your workflow configuration.