cua-agent 0.4.29__tar.gz → 0.4.30__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.29 → cua_agent-0.4.30}/PKG-INFO +1 -1
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/integrations/hud/agent.py +5 -4
- {cua_agent-0.4.29 → cua_agent-0.4.30}/pyproject.toml +1 -1
- {cua_agent-0.4.29 → cua_agent-0.4.30}/README.md +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/__init__.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/__main__.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/adapters/__init__.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/adapters/huggingfacelocal_adapter.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/adapters/human_adapter.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/adapters/mlxvlm_adapter.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/agent.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/callbacks/__init__.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/callbacks/base.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/callbacks/budget_manager.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/callbacks/image_retention.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/callbacks/logging.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/callbacks/operator_validator.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/callbacks/pii_anonymization.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/callbacks/prompt_instructions.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/callbacks/telemetry.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/callbacks/trajectory_saver.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/cli.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/computers/__init__.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/computers/base.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/computers/cua.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/computers/custom.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/decorators.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/human_tool/__init__.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/human_tool/__main__.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/human_tool/server.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/human_tool/ui.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/integrations/hud/__init__.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/integrations/hud/proxy.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/loops/__init__.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/loops/anthropic.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/loops/base.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/loops/composed_grounded.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/loops/glm45v.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/loops/gta1.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/loops/model_types.csv +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/loops/omniparser.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/loops/openai.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/loops/uitars.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/proxy/examples.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/proxy/handlers.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/responses.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/types.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/ui/__init__.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/ui/__main__.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/ui/gradio/__init__.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/ui/gradio/app.py +0 -0
- {cua_agent-0.4.29 → cua_agent-0.4.30}/agent/ui/gradio/ui_components.py +0 -0
|
@@ -128,10 +128,11 @@ class MCPComputerAgent(MCPAgent):
|
|
|
128
128
|
}
|
|
129
129
|
agent_tools: list[Any] = [computer_shim]
|
|
130
130
|
if tools:
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
131
|
+
agent_tools.extend([
|
|
132
|
+
tool
|
|
133
|
+
for tool in tools
|
|
134
|
+
if not is_agent_computer(tool)
|
|
135
|
+
])
|
|
135
136
|
|
|
136
137
|
agent_kwargs = {
|
|
137
138
|
"model": self.model,
|
|
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
|