feat: checkpoint device agent runtime milestones
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
|
||||
@@ -12,4 +12,3 @@ def input_text(
|
||||
) -> dict[str, object]:
|
||||
get_driver(device_id, manager=manager).input(text)
|
||||
return {"ok": True, "action": "input_text", "text": text}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user