MCPcopy Create free account
hub / github.com/google/adk-python / step

Method step

contributing/samples/integrations/gepa/adk_agent.py:52–54  ·  view source on GitHub ↗

Steps the environment with the given action.

(self, action: types.Part)

Source from the content-addressed store, hash-verified

50 """Environment protocol."""
51
52 def step(self, action: types.Part) -> EnvResponse:
53 """Steps the environment with the given action."""
54 ...
55
56 def reset(self, task_index: int) -> EnvResponse:
57 """Resets the environment to the given task index."""

Callers 1

run_asyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected