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

Method run_async

tests/unittests/a2a/integration/server.py:56–58  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

54 self.artifact_service = mock_artifact_service
55
56 async def run_async(self, **kwargs):
57 async for event in self.run_async_fn(**kwargs):
58 yield event
59
60
61agent_card = AgentCard(

Calls

no outgoing calls