MCPcopy
hub / github.com/zai-org/Open-AutoGLM / StepResult

Class StepResult

phone_agent/agent_ios.py:34–41  ·  view source on GitHub ↗

Result of a single agent step.

Source from the content-addressed store, hash-verified

32
33@dataclass
34class StepResult:
35 """Result of a single agent step."""
36
37 success: bool
38 finished: bool
39 action: dict[str, Any] | None
40 thinking: str
41 message: str | None = None
42
43
44class IOSPhoneAgent:

Callers 1

_execute_stepMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected