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

Method step_count

phone_agent/agent.py:251–253  ·  view source on GitHub ↗

Get the current step count.

(self)

Source from the content-addressed store, hash-verified

249
250 @property
251 def step_count(self) -> int:
252 """Get the current step count."""
253 return self._step_count

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected