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

Class StepResult

phone_agent/agent.py:32–39  ·  view source on GitHub ↗

Result of a single agent step.

Source from the content-addressed store, hash-verified

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

Callers 1

_execute_stepMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected