cua-agent 0.4.4__tar.gz → 0.4.5__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.4.4 → cua_agent-0.4.5}/PKG-INFO +1 -1
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/loops/anthropic.py +2 -2
- {cua_agent-0.4.4 → cua_agent-0.4.5}/pyproject.toml +1 -1
- {cua_agent-0.4.4 → cua_agent-0.4.5}/README.md +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/__init__.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/__main__.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/adapters/__init__.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/adapters/huggingfacelocal_adapter.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/agent.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/callbacks/__init__.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/callbacks/base.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/callbacks/budget_manager.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/callbacks/image_retention.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/callbacks/logging.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/callbacks/pii_anonymization.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/callbacks/telemetry.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/callbacks/trajectory_saver.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/cli.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/computer_handler.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/decorators.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/loops/__init__.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/loops/omniparser.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/loops/openai.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/loops/uitars.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/responses.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/telemetry.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/types.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/ui/__init__.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/ui/__main__.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/ui/gradio/__init__.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/ui/gradio/app.py +0 -0
- {cua_agent-0.4.4 → cua_agent-0.4.5}/agent/ui/gradio/ui_components.py +0 -0
|
@@ -326,13 +326,13 @@ def _convert_responses_items_to_completion_messages(messages: Messages) -> List[
|
|
|
326
326
|
"text": "+".join(action.get("keys", []))
|
|
327
327
|
}
|
|
328
328
|
})
|
|
329
|
-
elif action_type
|
|
329
|
+
elif action_type in ["mouse_move", "move"]:
|
|
330
330
|
# Input:
|
|
331
331
|
# {
|
|
332
332
|
# "type": "computer_call",
|
|
333
333
|
# "call_id": "call_1",
|
|
334
334
|
# "action": {
|
|
335
|
-
# "type": "
|
|
335
|
+
# "type": "move",
|
|
336
336
|
# "x": 150,
|
|
337
337
|
# "y": 250
|
|
338
338
|
# }
|
|
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
|