Skip to content

feat(cli): add adk graph visual inspector, topology parser and debugger - #6825

Open
yuvaraj-97 wants to merge 10 commits into
google:mainfrom
yuvaraj-97:feature/adk-graph-inspector
Open

feat(cli): add adk graph visual inspector, topology parser and debugger#6825
yuvaraj-97 wants to merge 10 commits into
google:mainfrom
yuvaraj-97:feature/adk-graph-inspector

Conversation

@yuvaraj-97

@yuvaraj-97 yuvaraj-97 commented Aug 20, 2026

Copy link
Copy Markdown

Closes #6817

Summary

This PR adds the adk graph CLI command and interactive web server for visual agent topology inspection, orchestration graph editing, and live execution visualizer.

Key Changes

  • AST Parser & Dynamic Inspector: Renders agent structures (SequentialAgent, ParallelAgent, LoopAgent, tools, memory).
  • Interactive Visual Canvas: Agent-centric topology view with clear panel controls for node library and inspector properties.
  • Bi-directional Editing & Debugger: Support for live execution state highlighting.

@google-cla

google-cla Bot commented Aug 20, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Yuvaraj added 9 commits August 20, 2026 22:19
Provide persisted graph drafts, safe generated-source preview and apply flows, smarter layout, accessible controls, and shared-tool highlighting for the local ADK graph editor.
Expose ADK node configuration in the inspector, validate graph constraints on the canvas, and make edge routing and reconnecting easier to understand.
Render tools as agent capabilities, simplify the workspace controls, and emphasize orchestration and selection in the visual graph.
Use named arrow controls for the Library and Inspector so graph editing surfaces are discoverable.
@yuvaraj-97

Copy link
Copy Markdown
Author

Updated the branch with the latest commits, UI improvements, and test coverage updates.

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.

[Feature Proposal]: adk graph - Visual Agent Inspector, Bi-directional Code Generator, & Live Debugger

2 participants