Problem Statement
I want to be able to visualize the steps. It would be great to export the steps as Mermaid or UML diagrams.
Proposed Solution
Be able to export some kind of graph as Node classes which can then be parsed by a separate implementation for individual diagraming tools. Finally, you're given a string
of Mermaid/UML that the user can do whatever they want with like console.log
Also posted in mastra-ai/mastra#8260