MCPcopy Index your code
hub / github.com/zai-org/Open-AutoGLM / ActionResult

Class ActionResult

phone_agent/actions/handler.py:15–21  ·  view source on GitHub ↗

Result of an action execution.

Source from the content-addressed store, hash-verified

13
14@dataclass
15class ActionResult:
16 """Result of an action execution."""
17
18 success: bool
19 should_finish: bool
20 message: str | None = None
21 requires_confirmation: bool = False
22
23
24class ActionHandler:

Callers 14

executeMethod · 0.70
_handle_launchMethod · 0.70
_handle_tapMethod · 0.70
_handle_typeMethod · 0.70
_handle_swipeMethod · 0.70
_handle_backMethod · 0.70
_handle_homeMethod · 0.70
_handle_double_tapMethod · 0.70
_handle_long_pressMethod · 0.70
_handle_waitMethod · 0.70
_handle_takeoverMethod · 0.70
_handle_noteMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected