Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateMermaid ¶
func GenerateMermaid(nodes []domain.Node, overlay *GraphOverlay) string
GenerateMermaid produces a Mermaid flowchart syntax string from a list of nodes. It applies semantic styling: - Start: ((Circle)) - Tool: [[Subroutine]] - Input (Question/Prompt): [/Parallelogram/] - Default: [Rectangle] It also applies overlay styles (Visited/Current) if provided.
Types ¶
type GraphOverlay ¶ added in v0.6.0
GraphOverlay contains dynamic state data to visualize on the graph.
Click to show internal directories.
Click to hide internal directories.