MermaidFlow
Overview
MermaidFlow performs safety-constrained evolutionary search over statically structured workflow graphs expressed in Mermaid form. It brings workflow search closer to something that can be checked before execution rather than admired afterward.
Why it matters
It matters because structure and safety do not have to be enemies. MermaidFlow shows one way to let workflow search happen inside a constrained, inspectable graph language.
Distinctive trait
Its distinctive trait is safety-constrained evolution over statically legible graphs, which gives search a firmer syntactic and structural boundary than free-form workflow generation.
Relationships
Read MermaidFlow with self-evolving-workflows, safety-and-permissions, and AFlow. It is also a useful contrast to the runtime mutability of DyFlow.