cua-agent 0.1.28__py3-none-any.whl → 0.1.29__py3-none-any.whl
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.
- agent/providers/openai/tools/computer.py +2 -2
- {cua_agent-0.1.28.dist-info → cua_agent-0.1.29.dist-info}/METADATA +1 -1
- {cua_agent-0.1.28.dist-info → cua_agent-0.1.29.dist-info}/RECORD +5 -5
- {cua_agent-0.1.28.dist-info → cua_agent-0.1.29.dist-info}/WHEEL +0 -0
- {cua_agent-0.1.28.dist-info → cua_agent-0.1.29.dist-info}/entry_points.txt +0 -0
|
@@ -162,8 +162,8 @@ class ComputerTool(BaseComputerTool, BaseOpenAITool):
|
|
|
162
162
|
y = kwargs.get("y")
|
|
163
163
|
if x is None or y is None:
|
|
164
164
|
raise ToolError("x and y coordinates are required for scroll action")
|
|
165
|
-
scroll_x = kwargs.get("scroll_x", 0)
|
|
166
|
-
scroll_y = kwargs.get("scroll_y", 0)
|
|
165
|
+
scroll_x = kwargs.get("scroll_x", 0) // 20
|
|
166
|
+
scroll_y = kwargs.get("scroll_y", 0) // 20
|
|
167
167
|
return await self.handle_scroll(x, y, scroll_x, scroll_y)
|
|
168
168
|
elif type == "screenshot":
|
|
169
169
|
return await self.screenshot()
|
|
@@ -62,7 +62,7 @@ agent/providers/openai/loop.py,sha256=l_sIdRcDhFewy4fXND2ALINdd63LK_G8oi_xCZdn4o
|
|
|
62
62
|
agent/providers/openai/response_handler.py,sha256=K8v_92uSr9R74Y5INY4naeEZZZm35CLIl4h74MBZhsw,7953
|
|
63
63
|
agent/providers/openai/tools/__init__.py,sha256=-KbHMWcd2OVTk5RYQ3ACBEMygwbH-VW6n_98p0lwM4A,344
|
|
64
64
|
agent/providers/openai/tools/base.py,sha256=Np_BC9Cm6TslK99etE9hVTtsBlcEaGhoNCK3NXdB_Lw,2474
|
|
65
|
-
agent/providers/openai/tools/computer.py,sha256=
|
|
65
|
+
agent/providers/openai/tools/computer.py,sha256=jZUr-IOjlYoGOYNiXF6AYdTY4Wch86aSu7bpr-SSKDU,12283
|
|
66
66
|
agent/providers/openai/tools/manager.py,sha256=-wM641dLf8vcv6QF9x_ViGJeDl2YTuUV93j6u7GBI18,3903
|
|
67
67
|
agent/providers/openai/types.py,sha256=0mFUxeFy23fJhMwc6lAFVXKngg2fJIXkPS5oV284V1M,898
|
|
68
68
|
agent/providers/openai/utils.py,sha256=YeCZWIqOFSeugWoqAS0rhxOKAfL-9uN9nrYSBGBgPdc,3175
|
|
@@ -70,7 +70,7 @@ agent/telemetry.py,sha256=pVGxbj0ewnvq4EGj28CydN4a1iOfvZR_XKL3vIOqhOM,390
|
|
|
70
70
|
agent/ui/__init__.py,sha256=ohhxJLBin6k1hl5sKcmBST8mgh23WXgAXz3pN4f470E,45
|
|
71
71
|
agent/ui/gradio/__init__.py,sha256=ANKZhv1HqsLheWbLVBlyRQ7Q5qGeXuPi5jDs8vu-ZMo,579
|
|
72
72
|
agent/ui/gradio/app.py,sha256=mRr-zrmOuLOeyiw-CLT_Vyyw7ss7Z7IF_1krbh__sJk,41361
|
|
73
|
-
cua_agent-0.1.
|
|
74
|
-
cua_agent-0.1.
|
|
75
|
-
cua_agent-0.1.
|
|
76
|
-
cua_agent-0.1.
|
|
73
|
+
cua_agent-0.1.29.dist-info/METADATA,sha256=cMVVhUOe-iIVq2jG_aU4OsMHaqdASHF8s_iwAY3I0DU,10880
|
|
74
|
+
cua_agent-0.1.29.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
|
|
75
|
+
cua_agent-0.1.29.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
|
76
|
+
cua_agent-0.1.29.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|