Bhadraksh Bhargava

Results 8 comments of 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?. ![Image](https://github.com/user-attachments/assets/5830b43f-2634-456e-87fc-14cd4d30e716)

@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.

![Image](https://github.com/user-attachments/assets/ce56a3f6-948a-431e-a52f-6b78299d18e6) 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