computer-use-ootb-internal 0.0.165__tar.gz → 0.0.167__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.165 → computer_use_ootb_internal-0.0.167}/.gitignore +8 -8
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/PKG-INFO +8 -9
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/pyproject.toml +51 -54
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/app_teachmode.py +558 -558
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/animation/test_animation.py +39 -39
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/tools/computer.py +7 -7
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/guard_service.py +998 -922
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/preparation/star_rail_prepare.py +99 -99
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/run_teachmode_ootb_args.py +223 -223
- computer_use_ootb_internal-0.0.167/src/computer_use_ootb_internal/service_manager.py +195 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/signal_connection.py +47 -47
- computer_use_ootb_internal-0.0.167/src/computer_use_ootb_internal/test_click_0425.py +58 -0
- computer_use_ootb_internal-0.0.165/src/computer_use_ootb_internal/launch_ootb_elevated.ps1 +0 -63
- computer_use_ootb_internal-0.0.165/src/computer_use_ootb_internal/service_manager.py +0 -336
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/README.md +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/__init__.py +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/animation/click_animation.py +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/animation/icons8-select-cursor-transparent-96.gif +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/executor/teachmode_executor.py +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/gui_parser/simple_parser/__init__.py +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/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.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/gui_parser/simple_parser/utils.py +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/gui_parser/uia_tools/__init__.py +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/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.165 → computer_use_ootb_internal-0.0.167}/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.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/llm_utils/llm_utils.py +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/llm_utils/oai.py +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/llm_utils/run_litellm.py +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/llm_utils/run_llm.py +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/tools/__init__.py +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/tools/aws_request.py +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/tools/base.py +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/tools/bash.py +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/tools/collection.py +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/tools/colorful_text.py +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/tools/computer_marbot.py +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/tools/edit.py +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/tools/run.py +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/tools/screen_capture.py +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/dependency_check.py +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/preparation/__init__.py +0 -0
- {computer_use_ootb_internal-0.0.165 → computer_use_ootb_internal-0.0.167}/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,30 +1,29 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: computer-use-ootb-internal
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.167
|
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
|
10
9
|
Requires-Dist: google-auth<3,>=2
|
11
10
|
Requires-Dist: gradio>=5.6.0
|
12
11
|
Requires-Dist: jsonschema==4.22.0
|
13
12
|
Requires-Dist: litellm
|
14
13
|
Requires-Dist: matplotlib
|
15
14
|
Requires-Dist: opencv-python
|
16
|
-
Requires-Dist:
|
15
|
+
Requires-Dist: pre-commit==3.8.0
|
17
16
|
Requires-Dist: pyautogui==0.9.54
|
18
|
-
Requires-Dist:
|
19
|
-
Requires-Dist:
|
20
|
-
Requires-Dist:
|
17
|
+
Requires-Dist: pyside6
|
18
|
+
Requires-Dist: pytest-asyncio==0.23.6
|
19
|
+
Requires-Dist: pytest==8.3.3
|
20
|
+
Requires-Dist: pywinauto
|
21
|
+
Requires-Dist: ruff==0.6.7
|
21
22
|
Requires-Dist: screeninfo
|
22
23
|
Requires-Dist: streamlit>=1.38.0
|
23
24
|
Requires-Dist: textdistance
|
24
|
-
Requires-Dist: uiautomation
|
25
|
-
Requires-Dist: waitress>=2.0
|
25
|
+
Requires-Dist: uiautomation
|
26
26
|
Provides-Extra: dev
|
27
|
-
Requires-Dist: pre-commit>=3.8.0; extra == 'dev'
|
28
27
|
Requires-Dist: pytest-asyncio>=0.23.6; extra == 'dev'
|
29
28
|
Requires-Dist: pytest>=8.3.3; extra == 'dev'
|
30
29
|
Requires-Dist: ruff>=0.6.7; extra == 'dev'
|
@@ -1,55 +1,52 @@
|
|
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
|
-
|
52
|
-
target-version = "py311"
|
53
|
-
|
54
|
-
[tool.hatch.metadata]
|
1
|
+
[build-system]
|
2
|
+
requires = ["hatchling"]
|
3
|
+
build-backend = "hatchling.build"
|
4
|
+
|
5
|
+
[project]
|
6
|
+
name = "computer-use-ootb-internal"
|
7
|
+
version = "0.0.167"
|
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
|
+
"ruff==0.6.7",
|
14
|
+
"pre-commit==3.8.0",
|
15
|
+
"pytest==8.3.3",
|
16
|
+
"pytest-asyncio==0.23.6",
|
17
|
+
"pyautogui==0.9.54",
|
18
|
+
"streamlit>=1.38.0",
|
19
|
+
"anthropic[bedrock,vertex]>=0.37.1",
|
20
|
+
"jsonschema==4.22.0",
|
21
|
+
"boto3>=1.28.57",
|
22
|
+
"google-auth<3,>=2",
|
23
|
+
"gradio>=5.6.0",
|
24
|
+
"screeninfo",
|
25
|
+
"uiautomation",
|
26
|
+
"pywinauto",
|
27
|
+
"textdistance",
|
28
|
+
"matplotlib",
|
29
|
+
"litellm",
|
30
|
+
"PySide6",
|
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
|
+
[tool.hatch.build.targets.wheel]
|
41
|
+
packages = ["src/computer_use_ootb_internal"]
|
42
|
+
include = ["src/computer_use_ootb_internal/**/*"] # This ensures all subpackages are included
|
43
|
+
|
44
|
+
[project.scripts]
|
45
|
+
computer-use-ootb-internal = "computer_use_ootb_internal.app_teachmode:main"
|
46
|
+
|
47
|
+
[tool.ruff]
|
48
|
+
line-length = 88
|
49
|
+
target-version = "py311"
|
50
|
+
|
51
|
+
[tool.hatch.metadata]
|
55
52
|
allow-direct-references = true
|