computer-use-ootb-internal 0.0.94.post2__py3-none-any.whl → 0.0.94.post4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- computer_use_ootb_internal/computer_use_demo/executor/teachmode_executor.py +2 -1
- {computer_use_ootb_internal-0.0.94.post2.dist-info → computer_use_ootb_internal-0.0.94.post4.dist-info}/METADATA +1 -1
- {computer_use_ootb_internal-0.0.94.post2.dist-info → computer_use_ootb_internal-0.0.94.post4.dist-info}/RECORD +5 -5
- {computer_use_ootb_internal-0.0.94.post2.dist-info → computer_use_ootb_internal-0.0.94.post4.dist-info}/WHEEL +0 -0
- {computer_use_ootb_internal-0.0.94.post2.dist-info → computer_use_ootb_internal-0.0.94.post4.dist-info}/entry_points.txt +0 -0
@@ -54,7 +54,8 @@ class TeachmodeExecutor:
|
|
54
54
|
|
55
55
|
|
56
56
|
|
57
|
-
def __call__(self,
|
57
|
+
def __call__(self,
|
58
|
+
response: str):
|
58
59
|
# response is expected to be :
|
59
60
|
# {'content': "{'action': 'CLICK', 'value': None, 'position': [0.83, 0.15]}, ...", 'role': 'assistant'},
|
60
61
|
|
@@ -7,7 +7,7 @@ computer_use_ootb_internal/requirements-lite.txt,sha256=2C4OH_GRzuDsR-c9VpJee_te
|
|
7
7
|
computer_use_ootb_internal/run_teachmode_ootb_args.py,sha256=IN20EC5gCJZpaBQyVu5PMBk2aPBPEYIL0meTnYQrpS8,6825
|
8
8
|
computer_use_ootb_internal/service_teachmode.py,sha256=e81zp3B7CA2nMjA-3qoKF4P1hlNGRI7P1tBo1j21FBk,8082
|
9
9
|
computer_use_ootb_internal/service_teachmode_test.py,sha256=zpfBFFKD9WGLX4m77ajOBfmczpYsCa3_qTBweeSNRV8,1112
|
10
|
-
computer_use_ootb_internal/computer_use_demo/executor/teachmode_executor.py,sha256=
|
10
|
+
computer_use_ootb_internal/computer_use_demo/executor/teachmode_executor.py,sha256=x6XwhrmSnD0_euotx0X0fFyak2o9khttV4XwaGpzV3E,16121
|
11
11
|
computer_use_ootb_internal/computer_use_demo/gui_agent/gui_parser/simple_parser/__init__.py,sha256=h2CNeuACklxVpJC65QR8_6AvSybEZLmeO45hY_-lLBs,61
|
12
12
|
computer_use_ootb_internal/computer_use_demo/gui_agent/gui_parser/simple_parser/gui_capture.py,sha256=CxFJbsSb68ERKH7-C4RaaZy7FIhhzrzGx5qQJ4C37cA,13907
|
13
13
|
computer_use_ootb_internal/computer_use_demo/gui_agent/gui_parser/simple_parser/gui_parser.py,sha256=KSTJ0cMwh3ahUMzHRaDgA2sVNUL4MNlF7qEBGN3G0SI,28993
|
@@ -36,7 +36,7 @@ computer_use_ootb_internal/computer_use_demo/tools/computer_marbot.py,sha256=oeh
|
|
36
36
|
computer_use_ootb_internal/computer_use_demo/tools/edit.py,sha256=b0PwUitxckHCQqFP3ZwlthWdqNkn7WETeTHeB6-o98c,11486
|
37
37
|
computer_use_ootb_internal/computer_use_demo/tools/run.py,sha256=xhXdnBK1di9muaO44CEirL9hpGy3NmKbjfMpyeVmn8Y,1595
|
38
38
|
computer_use_ootb_internal/computer_use_demo/tools/screen_capture.py,sha256=L8qfvtUkPPQGt92N-2Zfw5ZTDBzLsDps39uMnX3_uSA,6857
|
39
|
-
computer_use_ootb_internal-0.0.94.
|
40
|
-
computer_use_ootb_internal-0.0.94.
|
41
|
-
computer_use_ootb_internal-0.0.94.
|
42
|
-
computer_use_ootb_internal-0.0.94.
|
39
|
+
computer_use_ootb_internal-0.0.94.post4.dist-info/METADATA,sha256=jXpcmuR8S_bfSAZuhvspQw0lC4ialbtd7v_DqxSgCcc,892
|
40
|
+
computer_use_ootb_internal-0.0.94.post4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
41
|
+
computer_use_ootb_internal-0.0.94.post4.dist-info/entry_points.txt,sha256=-AbmawU7IRQuDZihgVMVDrFoY4E6rnXYOUB-5vSeBKs,93
|
42
|
+
computer_use_ootb_internal-0.0.94.post4.dist-info/RECORD,,
|
File without changes
|