Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

rdawoud
Copy link

@rdawoud rdawoud commented May 31, 2024

-- Simplified Graph Structure:
Moved all conditional edge logic into a node function.
This change reduces redundancy and makes the graph structure easier to understand and maintain.
-- ASCII Visualization:
Integrated ASCII visualization for each node execution.
Utilized the dot_to_ascii function to convert DOT graph representations into ASCII art.
This enhancement provides a clear, textual representation of the graph's state, aiding in debugging and understanding the flow.

@rdawoud
Copy link
Author

rdawoud commented May 31, 2024

image

the logic highlight the current node when executed to better understand the location

@emarco177 emarco177 force-pushed the main branch 2 times, most recently from addae99 to 4c77b07 Compare June 2, 2024 04:11
@emarco177 emarco177 force-pushed the main branch 7 times, most recently from 1b59529 to bdbbbe4 Compare April 25, 2025 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants