Expand description
Graph rendering utilities.
This module provides various output formats for visualizing RefGraph structures:
- ASCII tree rendering for terminal display
- GraphML export for external visualization tools
Functionsยง
- render_
actions_ view - Render the actions graph as ASCII art.
- render_
ascii_ tree - Render nodes and edges as an ASCII tree structure.
- render_
full_ view - Render a full structured view of the graph.
- render_
graphml - Render a RefGraph as GraphML XML.
- render_
topic_ flow - Render the topic flow graph as ASCII art.