Skip to main content

Overview

UEL provides visualization capabilities to help you understand and debug complex chain structures. You can generate ASCII representations and Mermaid diagrams of your chains. Key Features:
  • Full Chain Display: ASCII visualization shows complete sequential chains for all parallel branches
  • Branch Labels: Each node in a parallel branch is labeled with its branch keyword (e.g., [summary], [sentiment])
  • Nested Parallel Support: Clearly identifies which path belongs to which keyword in nested parallel structures
  • Mermaid Diagrams: Generate interactive diagrams for complex workflows

ASCII Visualization

Output:

Complex Chain Visualization

Output:
Note: The ASCII visualization shows complete sequential chains for each parallel branch with branch labels (e.g., [joke], [fact]) to clearly identify which path belongs to which branch.

Mermaid Diagrams

Output:

Visualizing Custom Chains

Exporting Visualizations

Debugging with Visualization