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
@@ -2,7 +2,7 @@ from __future__ import annotations
from typing import Any
from core.driver import Driver
from driver.base import Driver
PNG_10X20 = (
b"\x89PNG\r\n\x1a\n"
@@ -82,4 +82,3 @@ class FakeDriver(Driver):
def unlock(self) -> None:
self.calls.append(("unlock", ()))