cua-agent 0.4.19__py3-none-any.whl → 0.4.20__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/agent.py +4 -0
- {cua_agent-0.4.19.dist-info → cua_agent-0.4.20.dist-info}/METADATA +1 -1
- {cua_agent-0.4.19.dist-info → cua_agent-0.4.20.dist-info}/RECORD +5 -5
- {cua_agent-0.4.19.dist-info → cua_agent-0.4.20.dist-info}/WHEEL +0 -0
- {cua_agent-0.4.19.dist-info → cua_agent-0.4.20.dist-info}/entry_points.txt +0 -0
agent/agent.py
CHANGED
|
@@ -253,6 +253,10 @@ class ComputerAgent:
|
|
|
253
253
|
|
|
254
254
|
# == Initialize computer agent ==
|
|
255
255
|
|
|
256
|
+
# If the loop is "human/human", we need to prefix a grounding model fallback
|
|
257
|
+
if self.agent_loop in ["human/human", "human"]:
|
|
258
|
+
self.agent_loop = "openai/computer-use-preview+human/human"
|
|
259
|
+
|
|
256
260
|
# Find the appropriate agent loop
|
|
257
261
|
if custom_loop:
|
|
258
262
|
self.agent_loop = custom_loop
|
|
@@ -4,7 +4,7 @@ agent/adapters/__init__.py,sha256=Q_OxxwXBcBIetQ_DtHS5bwZWXrvCKPX2grCg8R0UKek,30
|
|
|
4
4
|
agent/adapters/huggingfacelocal_adapter.py,sha256=Uqjtcohhzd33VFh38Ra2y4Uv_lTghMswoqS1t-KKFkw,8480
|
|
5
5
|
agent/adapters/human_adapter.py,sha256=xT4nnfNXb1z-vnGFlLmFEZN7TMcoMBGS40MtR1Zwv4o,13079
|
|
6
6
|
agent/adapters/mlxvlm_adapter.py,sha256=4VhhKDZfLLKL5joL1v4PPFvYw-R8spoDsat3vOAGnpE,14864
|
|
7
|
-
agent/agent.py,sha256=
|
|
7
|
+
agent/agent.py,sha256=aPV3QZvKGARZnvyVAxkOnm5oYBB7WBIdsMRFPi7Op3U,29830
|
|
8
8
|
agent/callbacks/__init__.py,sha256=et6pNfX_AiJqhVzUfCvcjzFbDhfLoHazKCXN5sqwxaM,631
|
|
9
9
|
agent/callbacks/base.py,sha256=UnnnYlh6XCm6HKZZsAPaT_Eyo9LUYLyjyNwF-QRm6Ns,4691
|
|
10
10
|
agent/callbacks/budget_manager.py,sha256=RyKM-7iXQcDotYvrw3eURzeEHEXvQjID-NobtvQWE7k,1832
|
|
@@ -45,7 +45,7 @@ agent/ui/__main__.py,sha256=vudWXYvGM0aNT5aZ94HPtGW8YXOZ4cLXepHyhUM_k1g,73
|
|
|
45
45
|
agent/ui/gradio/__init__.py,sha256=yv4Mrfo-Sj2U5sVn_UJHAuwYCezo-5O4ItR2C9jzNko,145
|
|
46
46
|
agent/ui/gradio/app.py,sha256=Ol97YEbwREZZQ9_PMjVHlfOcu9BGsawxgAGAm79hT80,9117
|
|
47
47
|
agent/ui/gradio/ui_components.py,sha256=dJUvKDmc1oSejtoR_gU_oWWYwxaOOQyPloSYRGMrUCQ,36068
|
|
48
|
-
cua_agent-0.4.
|
|
49
|
-
cua_agent-0.4.
|
|
50
|
-
cua_agent-0.4.
|
|
51
|
-
cua_agent-0.4.
|
|
48
|
+
cua_agent-0.4.20.dist-info/METADATA,sha256=TVi2SxmisKo5BxszRmHJ1fERQaPLQ7eAxlfn86RNIUU,12712
|
|
49
|
+
cua_agent-0.4.20.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
|
|
50
|
+
cua_agent-0.4.20.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
|
51
|
+
cua_agent-0.4.20.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|