We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15109c6 commit f4c7d78Copy full SHA for f4c7d78
src/google/adk/cli/agent_graph.py
@@ -130,7 +130,7 @@ def draw_edge(from_name, to_name):
130
131
draw_node(agent)
132
for sub_agent in agent.sub_agents:
133
- build_graph(graph, sub_agent, highlight_pairs)
+ await build_graph(graph, sub_agent, highlight_pairs)
134
draw_edge(agent.name, sub_agent.name)
135
if isinstance(agent, LlmAgent):
136
for tool in await agent.canonical_tools():
0 commit comments