From c1402611c6e70eb78605d1c8ed47098ec3a542ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D0=B0=D1=82=20=D0=A4=D0=B0=D0=B7=D1=8B?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2?= Date: Mon, 11 May 2026 20:05:17 +0000 Subject: [PATCH] Add initial implementation for HITL interrupt/resume --- main.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..821cb08 --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +# task: Human-in-the-loop