Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/google/adk-python
/ get_events
Method
get_events
tests/integration/utils/test_runner.py:84–85 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
82
)
83
84
def
get_events(self) -> list[Event]:
85
return
self.get_current_session().events
86
87
@classmethod
88
def
from_agent_name(cls, agent_name: str):
Callers
5
_assert_function_output
Function · 0.80
_call_function_and_assert
Function · 0.80
assert_agent_says
Function · 0.80
assert_agent_says_in_order
Function · 0.80
assert_agent_transfer_path
Function · 0.80
Calls
1
get_current_session
Method · 0.95
Tested by
no test coverage detected