🤖 AI Summary
Existing LLM-driven workflow generation methods often produce fragile, non-executable plans. To address this, we propose a Mermaid-based, verifiable intermediate representation and establish a graph-structured evolutionary paradigm under safety constraints: domain-aware evolutionary operators—including crossover, mutation, insertion, and deletion—jointly optimize semantic correctness and structural diversity within a statically verifiable workflow search space. Our method requires no fine-tuning and supports zero-shot workflow optimization. On agent reasoning benchmarks, it significantly improves workflow executability (+23.6%) and convergence speed (1.8× acceleration), delivering consistent performance gains without modifying task configurations. The core innovation lies in the first integration of safety constraints directly into the graph-structured evolutionary process, thereby unifying verifiability, robustness, and generalization.
📝 Abstract
Despite the promise of autonomous agentic reasoning, existing workflow generation methods frequently produce fragile, unexecutable plans due to unconstrained LLM-driven construction. We introduce MermaidFlow, a framework that redefines the agentic search space through safety-constrained graph evolution. At its core, MermaidFlow represent workflows as a verifiable intermediate representation using Mermaid, a structured and human-interpretable graph language. We formulate domain-aware evolutionary operators, i.e., crossover, mutation, insertion, and deletion, to preserve semantic correctness while promoting structural diversity, enabling efficient exploration of a high-quality, statically verifiable workflow space. Without modifying task settings or evaluation protocols, MermaidFlow achieves consistent improvements in success rates and faster convergence to executable plans on the agent reasoning benchmark. The experimental results demonstrate that safety-constrained graph evolution offers a scalable, modular foundation for robust and interpretable agentic reasoning systems.