MCPcopy Create free account
hub / github.com/Action-State-Labs/android-action-kernel / _execute_done

Function _execute_done

actions.py:110–113  ·  view source on GitHub ↗

Mark task as complete and exit.

()

Source from the content-addressed store, hash-verified

108
109
110def _execute_done() -> None:
111 """Mark task as complete and exit."""
112 print("✅ Goal Achieved.")
113 exit(0)

Callers 1

execute_actionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected