cua-agent 0.1.43__py3-none-any.whl → 0.1.44__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/omni/loop.py +3 -3
- {cua_agent-0.1.43.dist-info → cua_agent-0.1.44.dist-info}/METADATA +1 -1
- {cua_agent-0.1.43.dist-info → cua_agent-0.1.44.dist-info}/RECORD +5 -5
- {cua_agent-0.1.43.dist-info → cua_agent-0.1.44.dist-info}/WHEEL +0 -0
- {cua_agent-0.1.43.dist-info → cua_agent-0.1.44.dist-info}/entry_points.txt +0 -0
agent/providers/omni/loop.py
CHANGED
|
@@ -749,9 +749,9 @@ class OmniLoop(BaseLoop):
|
|
|
749
749
|
|
|
750
750
|
# Create a brief delay before retrying
|
|
751
751
|
await asyncio.sleep(1)
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
752
|
+
finally:
|
|
753
|
+
# Signal that we're done
|
|
754
|
+
await queue.put(None)
|
|
755
755
|
|
|
756
756
|
async def cancel(self) -> None:
|
|
757
757
|
"""Cancel the currently running agent loop task.
|
|
@@ -47,7 +47,7 @@ agent/providers/omni/clients/ollama.py,sha256=PmR5EhU9Mi43_o5mZN36XcpiGKp5HbQwlX
|
|
|
47
47
|
agent/providers/omni/clients/openai.py,sha256=iTSYWEJEM8INFPGJMiUVs8rFn0781XF_ofRkd7NT3gk,5920
|
|
48
48
|
agent/providers/omni/clients/utils.py,sha256=Ani9CVVBm_J2Dl51WG6p1GVuoI6cq8scISrG0pmQ37o,688
|
|
49
49
|
agent/providers/omni/image_utils.py,sha256=wejhWb36yqedsPnLFTFwk2wth8a6txfVWSg4EaNrRdA,908
|
|
50
|
-
agent/providers/omni/loop.py,sha256=
|
|
50
|
+
agent/providers/omni/loop.py,sha256=HNWN37b0nbMaR5IkTJuigzuK-nqY9bEF9vwLrunWxDs,43812
|
|
51
51
|
agent/providers/omni/parser.py,sha256=REpQwlwvY1z_N8wbMj6GhOeTiiWVWHhVja_LOxgzbks,11734
|
|
52
52
|
agent/providers/omni/prompts.py,sha256=Mupjy0bUwBjcAeLXpE1r1jisYPSlhwsp-IXJKEKrEtw,3779
|
|
53
53
|
agent/providers/omni/tools/__init__.py,sha256=IC1cMEDoR2ljGcNNthzBRF_VtnDbRL5qvHJWErtNp98,774
|
|
@@ -80,7 +80,7 @@ agent/telemetry.py,sha256=pVGxbj0ewnvq4EGj28CydN4a1iOfvZR_XKL3vIOqhOM,390
|
|
|
80
80
|
agent/ui/__init__.py,sha256=ohhxJLBin6k1hl5sKcmBST8mgh23WXgAXz3pN4f470E,45
|
|
81
81
|
agent/ui/gradio/__init__.py,sha256=ANKZhv1HqsLheWbLVBlyRQ7Q5qGeXuPi5jDs8vu-ZMo,579
|
|
82
82
|
agent/ui/gradio/app.py,sha256=-ccsE6LrXFfxnPeMlEqm49QGvdjCgm-l6TudZZEM9r0,68241
|
|
83
|
-
cua_agent-0.1.
|
|
84
|
-
cua_agent-0.1.
|
|
85
|
-
cua_agent-0.1.
|
|
86
|
-
cua_agent-0.1.
|
|
83
|
+
cua_agent-0.1.44.dist-info/METADATA,sha256=510IkaVllBUhnjtEVINdev2n3lbzb9BFpaG4_e31k9g,12689
|
|
84
|
+
cua_agent-0.1.44.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
|
|
85
|
+
cua_agent-0.1.44.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
|
86
|
+
cua_agent-0.1.44.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|