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

Method execute

src/google/adk/runners.py:1103–1106  ·  view source on GitHub ↗
(ctx: InvocationContext)

Source from the content-addressed store, hash-verified

1101 return
1102
1103 async def execute(ctx: InvocationContext) -> AsyncGenerator[Event]:
1104 async with aclosing(ctx.agent.run_async(ctx)) as agen:
1105 async for event in agen:
1106 yield event
1107
1108 async with aclosing(
1109 self._exec_with_plugin(

Callers 5

_initialize_dbMethod · 0.45
get_available_hotelsMethod · 0.45
book_a_roomMethod · 0.45
get_booking_detailsMethod · 0.45
list_calendar_eventsFunction · 0.45

Calls 2

run_asyncMethod · 0.45
run_liveMethod · 0.45

Tested by

no test coverage detected