Bhadraksh Bhargava
Bhadraksh Bhargava
@boyangsvl Can I work on adding this feature with you?
@rwang1987 I believe there is a function that can help you achieve this. You could try importing the get_agent_graph from google.adk.cli.agent_graph. Below is the code snippet I used to generate...
Okay, I have changed the code locally to show ParallelAgent, SequentialAgent and LoopAgent this way. Could you please let me know if this would work as a good UI?. 
@boyangsvl I have changed the code to show the graph view of LoopAgent, SequentialAgent and ParallelAgent in this way as shown in the image. Could I be assigned this issue...
Actually that is a loop agent. Since I was just testing I copy pasted the Sequential agent, Made it into a loop agent and worked on making the right graph....
Ya sure. I could make an isinstance check and add it to the label in brackets.
 Does this final graph give a good visual picture of AI Agent Architecture?
I created a PR. Could you please review that when you have time. Thanks @boyangsvl