computer-use-ootb-internal 0.0.171__tar.gz → 0.0.173__tar.gz
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-0.0.171 → computer_use_ootb_internal-0.0.173}/.gitignore +8 -8
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/PKG-INFO +9 -8
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/pyproject.toml +54 -51
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/app_teachmode.py +636 -610
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/animation/test_animation.py +39 -39
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/guard_service.py +950 -950
- computer_use_ootb_internal-0.0.173/src/computer_use_ootb_internal/preparation/powerpoint_prepare.py +91 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/preparation/star_rail_prepare.py +99 -99
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/run_teachmode_ootb_args.py +227 -227
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/service_manager.py +194 -194
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/signal_connection.py +47 -47
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/test_click_0425.py +57 -57
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/README.md +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/__init__.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/animation/click_animation.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/animation/icons8-select-cursor-transparent-96.gif +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/executor/teachmode_executor.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/gui_parser/simple_parser/__init__.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/gui_parser/simple_parser/gui_capture.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/gui_parser/simple_parser/utils.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/gui_parser/uia_tools/__init__.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/gui_parser/uia_tools/screenshot_cli.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/gui_parser/uia_tools/screenshot_service.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/llm_utils/llm_utils.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/llm_utils/oai.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/llm_utils/run_litellm.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/llm_utils/run_llm.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/tools/__init__.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/tools/aws_request.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/tools/base.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/tools/bash.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/tools/collection.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/tools/colorful_text.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/tools/computer.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/tools/computer_marbot.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/tools/edit.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/tools/run.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/computer_use_demo/tools/screen_capture.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/dependency_check.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/preparation/__init__.py +0 -0
- {computer_use_ootb_internal-0.0.171 → computer_use_ootb_internal-0.0.173}/src/computer_use_ootb_internal/requirements-lite.txt +0 -0
@@ -1,8 +1,8 @@
|
|
1
|
-
*__pycache__
|
2
|
-
*.pyc
|
3
|
-
*.cache
|
4
|
-
*.log
|
5
|
-
screenshot*.png
|
6
|
-
*dist*
|
7
|
-
*.toml
|
8
|
-
ootb_lite_pypi/ootb_lite_pypi/deploy.sh
|
1
|
+
*__pycache__
|
2
|
+
*.pyc
|
3
|
+
*.cache
|
4
|
+
*.log
|
5
|
+
screenshot*.png
|
6
|
+
*dist*
|
7
|
+
*.toml
|
8
|
+
ootb_lite_pypi/ootb_lite_pypi/deploy.sh
|
@@ -1,29 +1,30 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: computer-use-ootb-internal
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.173
|
4
4
|
Summary: Computer Use OOTB
|
5
5
|
Author-email: Siyuan Hu <siyuan.hu.sg@gmail.com>
|
6
6
|
Requires-Python: >=3.11
|
7
7
|
Requires-Dist: anthropic[bedrock,vertex]>=0.37.1
|
8
8
|
Requires-Dist: boto3>=1.28.57
|
9
|
+
Requires-Dist: flask>=2.0
|
9
10
|
Requires-Dist: google-auth<3,>=2
|
10
11
|
Requires-Dist: gradio>=5.6.0
|
11
12
|
Requires-Dist: jsonschema==4.22.0
|
12
13
|
Requires-Dist: litellm
|
13
14
|
Requires-Dist: matplotlib
|
14
15
|
Requires-Dist: opencv-python
|
15
|
-
Requires-Dist:
|
16
|
+
Requires-Dist: psutil>=5.0; sys_platform == 'win32'
|
16
17
|
Requires-Dist: pyautogui==0.9.54
|
17
|
-
Requires-Dist:
|
18
|
-
Requires-Dist:
|
19
|
-
Requires-Dist:
|
20
|
-
Requires-Dist: pywinauto
|
21
|
-
Requires-Dist: ruff==0.6.7
|
18
|
+
Requires-Dist: pywin32>=306; sys_platform == 'win32'
|
19
|
+
Requires-Dist: pywinauto; sys_platform == 'win32'
|
20
|
+
Requires-Dist: requests>=2.0
|
22
21
|
Requires-Dist: screeninfo
|
23
22
|
Requires-Dist: streamlit>=1.38.0
|
24
23
|
Requires-Dist: textdistance
|
25
|
-
Requires-Dist: uiautomation
|
24
|
+
Requires-Dist: uiautomation; sys_platform == 'win32'
|
25
|
+
Requires-Dist: waitress>=2.0
|
26
26
|
Provides-Extra: dev
|
27
|
+
Requires-Dist: pre-commit>=3.8.0; extra == 'dev'
|
27
28
|
Requires-Dist: pytest-asyncio>=0.23.6; extra == 'dev'
|
28
29
|
Requires-Dist: pytest>=8.3.3; extra == 'dev'
|
29
30
|
Requires-Dist: ruff>=0.6.7; extra == 'dev'
|
@@ -1,52 +1,55 @@
|
|
1
|
-
[build-system]
|
2
|
-
requires = ["hatchling"]
|
3
|
-
build-backend = "hatchling.build"
|
4
|
-
|
5
|
-
[project]
|
6
|
-
name = "computer-use-ootb-internal"
|
7
|
-
version = "0.0.
|
8
|
-
description = "Computer Use OOTB"
|
9
|
-
authors = [{ name = "Siyuan Hu", email = "siyuan.hu.sg@gmail.com" }]
|
10
|
-
requires-python = ">=3.11"
|
11
|
-
dependencies = [
|
12
|
-
"opencv-python",
|
13
|
-
"
|
14
|
-
"
|
15
|
-
"
|
16
|
-
"
|
17
|
-
"
|
18
|
-
"
|
19
|
-
"
|
20
|
-
"
|
21
|
-
"
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"
|
25
|
-
"
|
26
|
-
"
|
27
|
-
"
|
28
|
-
"
|
29
|
-
"
|
30
|
-
"
|
31
|
-
]
|
32
|
-
|
33
|
-
[project.optional-dependencies]
|
34
|
-
dev = [
|
35
|
-
"ruff>=0.6.7",
|
36
|
-
"pytest>=8.3.3",
|
37
|
-
"pytest-asyncio>=0.23.6",
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
1
|
+
[build-system]
|
2
|
+
requires = ["hatchling"]
|
3
|
+
build-backend = "hatchling.build"
|
4
|
+
|
5
|
+
[project]
|
6
|
+
name = "computer-use-ootb-internal"
|
7
|
+
version = "0.0.173"
|
8
|
+
description = "Computer Use OOTB"
|
9
|
+
authors = [{ name = "Siyuan Hu", email = "siyuan.hu.sg@gmail.com" }]
|
10
|
+
requires-python = ">=3.11"
|
11
|
+
dependencies = [
|
12
|
+
"opencv-python",
|
13
|
+
"pyautogui==0.9.54",
|
14
|
+
"streamlit>=1.38.0",
|
15
|
+
"anthropic[bedrock,vertex]>=0.37.1",
|
16
|
+
"jsonschema==4.22.0",
|
17
|
+
"boto3>=1.28.57",
|
18
|
+
"google-auth<3,>=2",
|
19
|
+
"gradio>=5.6.0",
|
20
|
+
"screeninfo",
|
21
|
+
"uiautomation; sys_platform == 'win32'",
|
22
|
+
"pywinauto; sys_platform == 'win32'",
|
23
|
+
"textdistance",
|
24
|
+
"matplotlib",
|
25
|
+
"litellm",
|
26
|
+
"requests>=2.0",
|
27
|
+
"psutil>=5.0; sys_platform == 'win32'",
|
28
|
+
"pywin32>=306; sys_platform == 'win32'",
|
29
|
+
"Flask>=2.0",
|
30
|
+
"waitress>=2.0",
|
31
|
+
]
|
32
|
+
|
33
|
+
[project.optional-dependencies]
|
34
|
+
dev = [
|
35
|
+
"ruff>=0.6.7",
|
36
|
+
"pytest>=8.3.3",
|
37
|
+
"pytest-asyncio>=0.23.6",
|
38
|
+
"pre-commit>=3.8.0",
|
39
|
+
]
|
40
|
+
|
41
|
+
[tool.hatch.build.targets.wheel]
|
42
|
+
packages = ["src/computer_use_ootb_internal"]
|
43
|
+
include = ["src/computer_use_ootb_internal/**/*"] # This ensures all subpackages are included
|
44
|
+
|
45
|
+
[project.scripts]
|
46
|
+
computer-use-ootb-internal = "computer_use_ootb_internal.app_teachmode:main"
|
47
|
+
ootb-install-service = "computer_use_ootb_internal.service_manager:install_and_start"
|
48
|
+
ootb-remove-service = "computer_use_ootb_internal.service_manager:stop_and_remove"
|
49
|
+
|
50
|
+
[tool.ruff]
|
51
|
+
line-length = 88
|
52
|
+
target-version = "py311"
|
53
|
+
|
54
|
+
[tool.hatch.metadata]
|
52
55
|
allow-direct-references = true
|