MCPcopy Create free account
hub / github.com/google/adk-python / orchestrate

Function orchestrate

contributing/samples/workflows/use_as_output/agent.py:28–31  ·  view source on GitHub ↗
(ctx: Context, node_input: str)

Source from the content-addressed store, hash-verified

26
27@node(rerun_on_resume=True)
28async def orchestrate(ctx: Context, node_input: str) -> str:
29 return await ctx.run_node(
30 summarizer, node_input=node_input, use_as_output=True
31 )
32
33
34def finalize(node_input: str) -> str:

Callers

nothing calls this directly

Calls 1

run_nodeMethod · 0.80

Tested by

no test coverage detected