MCPcopy Create free account
hub / github.com/zai-org/Open-AutoGLM / step_count

Method step_count

phone_agent/agent_ios.py:275–277  ·  view source on GitHub ↗

Get the current step count.

(self)

Source from the content-addressed store, hash-verified

273
274 @property
275 def step_count(self) -> int:
276 """Get the current step count."""
277 return self._step_count

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected