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

Function _get_a2a_runner_async

src/google/adk/cli/fast_api.py:688–689  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

686 """Factory function to create A2A runner with proper closure."""
687
688 async def _get_a2a_runner_async() -> Runner:
689 return await adk_web_server.get_runner_async(captured_app_name)
690
691 return _get_a2a_runner_async
692

Callers

nothing calls this directly

Calls 1

get_runner_asyncMethod · 0.80

Tested by

no test coverage detected