computer-use-ootb-internal 0.0.166__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.
Files changed (42) hide show
  1. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/.gitignore +8 -8
  2. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/PKG-INFO +8 -9
  3. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/pyproject.toml +51 -54
  4. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/app_teachmode.py +558 -558
  5. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/animation/test_animation.py +39 -39
  6. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/tools/computer.py +7 -7
  7. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/guard_service.py +998 -922
  8. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/preparation/star_rail_prepare.py +99 -99
  9. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/run_teachmode_ootb_args.py +223 -223
  10. computer_use_ootb_internal-0.0.167/src/computer_use_ootb_internal/service_manager.py +195 -0
  11. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/signal_connection.py +47 -47
  12. computer_use_ootb_internal-0.0.167/src/computer_use_ootb_internal/test_click_0425.py +58 -0
  13. computer_use_ootb_internal-0.0.166/src/computer_use_ootb_internal/launch_ootb_elevated.ps1 +0 -63
  14. computer_use_ootb_internal-0.0.166/src/computer_use_ootb_internal/service_manager.py +0 -354
  15. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/README.md +0 -0
  16. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/__init__.py +0 -0
  17. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/animation/click_animation.py +0 -0
  18. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/animation/icons8-select-cursor-transparent-96.gif +0 -0
  19. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/executor/teachmode_executor.py +0 -0
  20. {computer_use_ootb_internal-0.0.166 → 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
  21. {computer_use_ootb_internal-0.0.166 → 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
  22. {computer_use_ootb_internal-0.0.166 → 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
  23. {computer_use_ootb_internal-0.0.166 → 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
  24. {computer_use_ootb_internal-0.0.166 → 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
  25. {computer_use_ootb_internal-0.0.166 → 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
  26. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/llm_utils/llm_utils.py +0 -0
  27. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/llm_utils/oai.py +0 -0
  28. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/llm_utils/run_litellm.py +0 -0
  29. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/llm_utils/run_llm.py +0 -0
  30. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/tools/__init__.py +0 -0
  31. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/tools/aws_request.py +0 -0
  32. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/tools/base.py +0 -0
  33. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/tools/bash.py +0 -0
  34. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/tools/collection.py +0 -0
  35. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/tools/colorful_text.py +0 -0
  36. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/tools/computer_marbot.py +0 -0
  37. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/tools/edit.py +0 -0
  38. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/tools/run.py +0 -0
  39. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/computer_use_demo/tools/screen_capture.py +0 -0
  40. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/dependency_check.py +0 -0
  41. {computer_use_ootb_internal-0.0.166 → computer_use_ootb_internal-0.0.167}/src/computer_use_ootb_internal/preparation/__init__.py +0 -0
  42. {computer_use_ootb_internal-0.0.166 → 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.166
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: psutil>=5.0; sys_platform == 'win32'
15
+ Requires-Dist: pre-commit==3.8.0
17
16
  Requires-Dist: pyautogui==0.9.54
18
- Requires-Dist: pywin32>=306; sys_platform == 'win32'
19
- Requires-Dist: pywinauto; sys_platform == 'win32'
20
- Requires-Dist: requests>=2.0
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; sys_platform == 'win32'
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.166"
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]
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