MCPcopy 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_outputFunction · 0.80
assert_agent_saysFunction · 0.80

Calls 1

get_current_sessionMethod · 0.95

Tested by

no test coverage detected