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

Method wait

src/google/adk/tools/computer_use/base_computer.py:185–193  ·  view source on GitHub ↗

Waits for n seconds to allow unfinished webpage processes to complete. Args: seconds: The number of seconds to wait. Returns: The current state after waiting.

(self, seconds: int)

Source from the content-addressed store, hash-verified

183
184 @abc.abstractmethod
185 async def wait(self, seconds: int) -> ComputerState:
186 """Waits for n seconds to allow unfinished webpage processes to complete.
187
188 Args:
189 seconds: The number of seconds to wait.
190
191 Returns:
192 The current state after waiting.
193 """
194
195 @abc.abstractmethod
196 async def go_back(self) -> ComputerState:

Callers 9

startMethod · 0.45
_run_guardedMethod · 0.45
_runMethod · 0.45
run_pytest_subprocessMethod · 0.45
run_agent_liveMethod · 0.45
close_runnersFunction · 0.45
process_an_agentFunction · 0.45
_enqueue_eventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected