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

Method _run_impl

tests/unittests/runners/test_runner_node.py:148–152  ·  view source on GitHub ↗
(
        self, *, ctx: Context, node_input: Any
    )

Source from the content-addressed store, hash-verified

146 class _Node(BaseNode):
147
148 async def _run_impl(
149 self, *, ctx: Context, node_input: Any
150 ) -> AsyncGenerator[Any, None]:
151 yield Event(state={'step': 'processing'})
152 yield 'final_result'
153
154 events, _, _ = await _run_node(_Node(name='steps'))
155

Callers

nothing calls this directly

Calls 4

EventClass · 0.90
_make_interrupt_eventFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected