Open
Conversation
NA-Wen
requested changes
Mar 5, 2026
Collaborator
NA-Wen
left a comment
There was a problem hiding this comment.
Thanks for the contribution — this workflow looks very interesting.
One question: currently the visualizer agent outputs a Mermaid mind map code block. For many users, it might be more convenient if the workflow could directly provide a rendered image of the mind map, instead of requiring users to render the Mermaid code themselves.
Would it be possible to modify the workflow so that the visualization step outputs a rendered diagram (e.g., PNG/SVG) rather than raw Mermaid syntax?
This would make the workflow easier to use and more intuitive for users who just want to quickly view the visualization.
|
My 2 cents: what about allowing the mermaid to be rendered on the frontend? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created a new workflow which can be used to summarize and visualize articles. It could be applied to argumentative articles, academic researches and other articles that are logically structured. It includes three agent nodes. The summarizer drags basic contents of the article it reads; the writer turns fragmented points into a fix-structured review; the visualizer gives out a mermaid code that shows a mindmap of the article based on the writer's output.