{% extends "base.html" %} {% block title %}Workflow Builder — FORGE Academy{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

⬡ Workflow Builder

Design agent workflows visually. FORGE generates the goal markdown automatically.

← Hub
Node Types
AISG Patterns
{% for p in patterns %}
🔷 {{ (p.name | default(p.id))[:22] }}
{% else %}
No patterns available.
{% endfor %}
Drag nodes here to build your workflow
Properties
Select a node to edit its properties.
Workflow Name
FORGE Goal Preview
{% endblock %}