cua-agent 0.2.6__tar.gz → 0.2.7__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.
Potentially problematic release.
This version of cua-agent might be problematic. Click here for more details.
- {cua_agent-0.2.6 → cua_agent-0.2.7}/PKG-INFO +1 -1
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/anthropic/tools/computer.py +2 -8
- {cua_agent-0.2.6 → cua_agent-0.2.7}/pyproject.toml +3 -3
- {cua_agent-0.2.6 → cua_agent-0.2.7}/README.md +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/__init__.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/core/__init__.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/core/agent.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/core/base.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/core/callbacks.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/core/experiment.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/core/factory.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/core/messages.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/core/provider_config.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/core/telemetry.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/core/tools/__init__.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/core/tools/base.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/core/tools/bash.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/core/tools/collection.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/core/tools/computer.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/core/tools/edit.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/core/tools/manager.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/core/tools.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/core/types.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/core/visualization.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/__init__.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/anthropic/__init__.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/anthropic/api/client.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/anthropic/api/logging.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/anthropic/api_handler.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/anthropic/callbacks/__init__.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/anthropic/callbacks/manager.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/anthropic/loop.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/anthropic/prompts.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/anthropic/response_handler.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/anthropic/tools/__init__.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/anthropic/tools/base.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/anthropic/tools/bash.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/anthropic/tools/collection.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/anthropic/tools/edit.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/anthropic/tools/manager.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/anthropic/tools/run.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/anthropic/types.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/anthropic/utils.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/omni/__init__.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/omni/api_handler.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/omni/clients/anthropic.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/omni/clients/base.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/omni/clients/oaicompat.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/omni/clients/ollama.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/omni/clients/openai.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/omni/clients/utils.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/omni/image_utils.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/omni/loop.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/omni/parser.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/omni/prompts.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/omni/tools/__init__.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/omni/tools/base.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/omni/tools/bash.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/omni/tools/computer.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/omni/tools/manager.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/omni/utils.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/openai/__init__.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/openai/api_handler.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/openai/loop.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/openai/response_handler.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/openai/tools/__init__.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/openai/tools/base.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/openai/tools/computer.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/openai/tools/manager.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/openai/types.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/openai/utils.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/uitars/__init__.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/uitars/clients/base.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/uitars/clients/mlxvlm.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/uitars/clients/oaicompat.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/uitars/loop.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/uitars/prompts.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/uitars/tools/__init__.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/uitars/tools/computer.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/uitars/tools/manager.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/providers/uitars/utils.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/telemetry.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/ui/__init__.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/ui/gradio/__init__.py +0 -0
- {cua_agent-0.2.6 → cua_agent-0.2.7}/agent/ui/gradio/app.py +0 -0
|
@@ -478,17 +478,11 @@ class ComputerTool(BaseComputerTool, BaseAnthropicTool):
|
|
|
478
478
|
if direction == "down":
|
|
479
479
|
# Scroll down (Page Down on macOS)
|
|
480
480
|
self.logger.info(f"Scrolling down, amount: {amount}")
|
|
481
|
-
|
|
482
|
-
for _ in range(amount):
|
|
483
|
-
await self.computer.interface.hotkey("fn", "down")
|
|
484
|
-
await asyncio.sleep(0.1)
|
|
481
|
+
await self.computer.interface.scroll_down(amount)
|
|
485
482
|
else:
|
|
486
483
|
# Scroll up (Page Up on macOS)
|
|
487
484
|
self.logger.info(f"Scrolling up, amount: {amount}")
|
|
488
|
-
|
|
489
|
-
for _ in range(amount):
|
|
490
|
-
await self.computer.interface.hotkey("fn", "up")
|
|
491
|
-
await asyncio.sleep(0.1)
|
|
485
|
+
await self.computer.interface.scroll_up(amount)
|
|
492
486
|
|
|
493
487
|
# Wait briefly for UI changes
|
|
494
488
|
await asyncio.sleep(0.5)
|
|
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
|
|
|
6
6
|
|
|
7
7
|
[project]
|
|
8
8
|
name = "cua-agent"
|
|
9
|
-
version = "0.2.
|
|
9
|
+
version = "0.2.7"
|
|
10
10
|
description = "CUA (Computer Use) Agent for AI-driven computer interaction"
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
authors = [
|
|
@@ -109,7 +109,7 @@ target-version = [
|
|
|
109
109
|
|
|
110
110
|
[tool.ruff]
|
|
111
111
|
line-length = 100
|
|
112
|
-
target-version = "0.2.
|
|
112
|
+
target-version = "0.2.7"
|
|
113
113
|
select = [
|
|
114
114
|
"E",
|
|
115
115
|
"F",
|
|
@@ -123,7 +123,7 @@ docstring-code-format = true
|
|
|
123
123
|
|
|
124
124
|
[tool.mypy]
|
|
125
125
|
strict = true
|
|
126
|
-
python_version = "0.2.
|
|
126
|
+
python_version = "0.2.7"
|
|
127
127
|
ignore_missing_imports = true
|
|
128
128
|
disallow_untyped_defs = true
|
|
129
129
|
check_untyped_defs = true
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|