MCPcopy Index your code
hub / github.com/google/adk-python / orch

Function orch

tests/unittests/workflow/test_workflow_dynamic_nodes.py:581–583  ·  view source on GitHub ↗
(*, ctx, node_input)

Source from the content-addressed store, hash-verified

579
580 @node(rerun_on_resume=True)
581 async def orch(*, ctx, node_input):
582 result = await ctx.run_node(approver)
583 yield f'orch: {result}'
584
585 inner_wf = Workflow(
586 name='inner_wf',

Callers

nothing calls this directly

Calls 1

run_nodeMethod · 0.80

Tested by

no test coverage detected