computer-use-ootb-internal 0.0.105__tar.gz → 0.0.107__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 (46) hide show
  1. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/.gitignore +6 -6
  2. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/PKG-INFO +4 -3
  3. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/deploy.sh +3 -3
  4. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/pyproject.toml +51 -50
  5. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/app_teachmode.py +490 -490
  6. computer_use_ootb_internal-0.0.107/src/computer_use_ootb_internal/computer_use_demo/animation/click_animation.py +86 -0
  7. computer_use_ootb_internal-0.0.107/src/computer_use_ootb_internal/computer_use_demo/animation/test_animation.py +40 -0
  8. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/executor/teachmode_executor.py +5 -8
  9. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/gui_parser/simple_parser/test_capture.py +7 -7
  10. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/tools/computer.py +5 -8
  11. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/requirements-lite.txt +2 -1
  12. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/run_teachmode_ootb_args.py +3 -6
  13. computer_use_ootb_internal-0.0.105/src/computer_use_ootb_internal/computer_use_demo/animation/click_animation.py +0 -214
  14. computer_use_ootb_internal-0.0.105/src/computer_use_ootb_internal/example_websocket_js.html +0 -41
  15. computer_use_ootb_internal-0.0.105/src/computer_use_ootb_internal/service_teachmode.py +0 -194
  16. computer_use_ootb_internal-0.0.105/src/computer_use_ootb_internal/service_teachmode_test.py +0 -41
  17. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/README.md +0 -0
  18. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/app_teachmode_gradio.py +0 -0
  19. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/animation/icons8-select-cursor-transparent-96.gif +0 -0
  20. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/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.105 → computer_use_ootb_internal-0.0.107}/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.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/gui_parser/simple_parser/gui_parser.py +0 -0
  23. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/gui_parser/simple_parser/icon_detection/icon_detection.py +0 -0
  24. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/gui_parser/simple_parser/panel_recognition/llm_panel_recognize.py +0 -0
  25. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/gui_parser/simple_parser/uia_parser.py +0 -0
  26. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/gui_parser/simple_parser/utils.py +0 -0
  27. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/gui_parser/uia_tools/__init__.py +0 -0
  28. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/gui_parser/uia_tools/screenshot_cli.py +0 -0
  29. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/gui_parser/uia_tools/screenshot_service.py +0 -0
  30. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/llm_utils/llm_utils.py +0 -0
  31. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/llm_utils/oai.py +0 -0
  32. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/llm_utils/run_litellm.py +0 -0
  33. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/llm_utils/run_llm.py +0 -0
  34. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/vlm_utils/__init__.py +0 -0
  35. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/gui_agent/vlm_utils/run_vlm.py +0 -0
  36. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/tools/__init__.py +0 -0
  37. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/tools/aws_request.py +0 -0
  38. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/tools/base.py +0 -0
  39. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/tools/bash.py +0 -0
  40. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/tools/collection.py +0 -0
  41. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/tools/colorful_text.py +0 -0
  42. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/tools/computer_marbot.py +0 -0
  43. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/tools/edit.py +0 -0
  44. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/tools/run.py +0 -0
  45. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/computer_use_demo/tools/screen_capture.py +0 -0
  46. {computer_use_ootb_internal-0.0.105 → computer_use_ootb_internal-0.0.107}/src/computer_use_ootb_internal/dependency_check.py +0 -0
@@ -1,7 +1,7 @@
1
- *__pycache__
2
- *.pyc
3
- *.cache
4
- *.log
5
- screenshot*.png
6
- *dist*
1
+ *__pycache__
2
+ *.pyc
3
+ *.cache
4
+ *.log
5
+ screenshot*.png
6
+ *dist*
7
7
  *.toml
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: computer-use-ootb-internal
3
- Version: 0.0.105
3
+ Version: 0.0.107
4
4
  Summary: Computer Use OOTB
5
5
  Author-email: Siyuan Hu <siyuan.hu.sg@gmail.com>
6
6
  Requires-Python: >=3.11
@@ -14,14 +14,15 @@ Requires-Dist: matplotlib
14
14
  Requires-Dist: opencv-python
15
15
  Requires-Dist: pre-commit==3.8.0
16
16
  Requires-Dist: pyautogui==0.9.54
17
+ Requires-Dist: pyside6
17
18
  Requires-Dist: pytest-asyncio==0.23.6
18
19
  Requires-Dist: pytest==8.3.3
19
- Requires-Dist: pywinauto; sys_platform == 'win32'
20
+ Requires-Dist: pywinauto
20
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: uiautomation
25
26
  Provides-Extra: dev
26
27
  Requires-Dist: pytest-asyncio>=0.23.6; extra == 'dev'
27
28
  Requires-Dist: pytest>=8.3.3; extra == 'dev'
@@ -1,3 +1,3 @@
1
- rm -rf dist
2
- python -m build
3
- python -m twine upload dist/*
1
+ rm -rf dist
2
+ python -m build
3
+ python -m twine upload dist/*
@@ -1,51 +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.105"
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; sys_platform == 'win32'",
26
- "pywinauto; sys_platform == 'win32'",
27
- "textdistance",
28
- "matplotlib",
29
- "litellm",
30
- ]
31
-
32
- [project.optional-dependencies]
33
- dev = [
34
- "ruff>=0.6.7",
35
- "pytest>=8.3.3",
36
- "pytest-asyncio>=0.23.6",
37
- ]
38
-
39
- [tool.hatch.build.targets.wheel]
40
- packages = ["src/computer_use_ootb_internal"]
41
- include = ["src/computer_use_ootb_internal/**/*"] # This ensures all subpackages are included
42
-
43
- [project.scripts]
44
- computer-use-ootb-internal = "computer_use_ootb_internal.app_teachmode:main"
45
-
46
- [tool.ruff]
47
- line-length = 88
48
- target-version = "py311"
49
-
50
- [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.107"
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]
51
52
  allow-direct-references = true