feat: checkpoint device agent runtime milestones

This commit is contained in:
2026-07-06 17:24:03 +08:00
parent 2d4251e98e
commit 5658735bca
153 changed files with 8060 additions and 65 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
from __future__ import annotations
from core.device_manager import DeviceManager
from device.manager import DeviceManager
from tools._device import get_driver
@@ -28,4 +28,3 @@ def swipe(
"end": {"x": end_x, "y": end_y},
"duration_ms": duration_ms,
}