Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
61
agent_card = AgentCard(
Callers
15
test_non_llm_agent_returns_early
Method · 0.45
test_empty_events_returns_early
Method · 0.45
test_no_events_with_content_returns_early
Method · 0.45
test_last_event_with_content_not_user_authored_returns_early
Method · 0.45
test_last_event_no_responses_returns_early
Method · 0.45
test_last_event_no_auth_responses_returns_early
Method · 0.45
test_processes_auth_response_successfully
Method · 0.45
test_processes_multiple_auth_responses_and_resumes_tools
Method · 0.45
test_no_matching_system_function_calls_returns_early
Method · 0.45
test_handles_missing_original_function_calls
Method · 0.45
test_isinstance_check_for_llm_agent
Method · 0.45
test_run_async
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_non_llm_agent_returns_early
Method · 0.36
test_empty_events_returns_early
Method · 0.36
test_no_events_with_content_returns_early
Method · 0.36
test_last_event_with_content_not_user_authored_returns_early
Method · 0.36
test_last_event_no_responses_returns_early
Method · 0.36
test_last_event_no_auth_responses_returns_early
Method · 0.36
test_processes_auth_response_successfully
Method · 0.36
test_processes_multiple_auth_responses_and_resumes_tools
Method · 0.36
test_no_matching_system_function_calls_returns_early
Method · 0.36
test_handles_missing_original_function_calls
Method · 0.36
test_isinstance_check_for_llm_agent
Method · 0.36
test_run_async
Function · 0.36