cua-agent 0.1.29__py3-none-any.whl → 0.1.31__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/core/factory.py +19 -0
- agent/core/types.py +1 -0
- agent/providers/omni/clients/oaicompat.py +12 -2
- agent/providers/openai/tools/computer.py +3 -7
- agent/providers/uitars/__init__.py +1 -0
- agent/providers/uitars/clients/base.py +35 -0
- agent/providers/uitars/clients/oaicompat.py +216 -0
- agent/providers/uitars/loop.py +598 -0
- agent/providers/uitars/prompts.py +63 -0
- agent/providers/uitars/tools/__init__.py +1 -0
- agent/providers/uitars/tools/computer.py +283 -0
- agent/providers/uitars/tools/manager.py +60 -0
- agent/providers/uitars/utils.py +153 -0
- agent/ui/gradio/app.py +12 -2
- {cua_agent-0.1.29.dist-info → cua_agent-0.1.31.dist-info}/METADATA +20 -19
- {cua_agent-0.1.29.dist-info → cua_agent-0.1.31.dist-info}/RECORD +18 -9
- {cua_agent-0.1.29.dist-info → cua_agent-0.1.31.dist-info}/WHEEL +0 -0
- {cua_agent-0.1.29.dist-info → cua_agent-0.1.31.dist-info}/entry_points.txt +0 -0
|
@@ -4,7 +4,7 @@ agent/core/agent.py,sha256=HUfBe7Uam3TObAmf6KH0GDKuNCNunNmmMcuxS7aZg0Q,8332
|
|
|
4
4
|
agent/core/base.py,sha256=2sg8B2VqUKImRlkLTNj5lx-Oarlu7_GoMR6MbNzSY9Q,8078
|
|
5
5
|
agent/core/callbacks.py,sha256=FKAxyajJ-ZJ5SxNXoupNcrm0GYBgjOjJEsStqst0EAk,6453
|
|
6
6
|
agent/core/experiment.py,sha256=Ywj6q3JZFDKicfPuQsDl0vSN55HS7-Cnk3u3EcUCKe8,8866
|
|
7
|
-
agent/core/factory.py,sha256=
|
|
7
|
+
agent/core/factory.py,sha256=LSamFOjq2WhGGp5EVyLfDMAUrgHH1C_K5PKpdo24rhU,4573
|
|
8
8
|
agent/core/messages.py,sha256=-OVMDqcxK5MUHPEkHliK29XFJYMRAc1keFvzrUyrOmM,16231
|
|
9
9
|
agent/core/provider_config.py,sha256=Hr9kDFSXdPeqC6hbid3OTykNF0-XVi0wzZyd44a7kww,627
|
|
10
10
|
agent/core/telemetry.py,sha256=HElPd32k_w2SJ6t-Cc3j_2-AKdLbFwh2YlM8QViDgRw,4790
|
|
@@ -16,7 +16,7 @@ agent/core/tools/collection.py,sha256=NuwTn6dXSyznxWodfmFDQwUlxxaGb4oBPym4AEJABS
|
|
|
16
16
|
agent/core/tools/computer.py,sha256=lT_aW3huoYpcM8kffuokELupSz_WZG_qkaW1gITRC58,3892
|
|
17
17
|
agent/core/tools/edit.py,sha256=kv4jTKCM0VXrnoNErf7mT-xlr81-7T8v49_VA9y_L4Y,2005
|
|
18
18
|
agent/core/tools/manager.py,sha256=IRsCXjGc076nncQuyIjODoafnHTDhrf9sP5B4q5Pcdo,1742
|
|
19
|
-
agent/core/types.py,sha256=
|
|
19
|
+
agent/core/types.py,sha256=lDMtMFoBRW82X559VJBpbnNAzRo4LL7BbhT5r_QZFmg,2421
|
|
20
20
|
agent/core/visualization.py,sha256=1DuFF5sSeSf5BRSevBMDxml9-ajl7BQLFm5KBUwMbI8,6573
|
|
21
21
|
agent/providers/__init__.py,sha256=b4tIBAaIB1V7p8V0BWipHVnMhfHH_OuVgP4OWGSHdD8,194
|
|
22
22
|
agent/providers/anthropic/__init__.py,sha256=Mj11IZnVshZ2iHkvg4Z5-jrQIaD1WvzDz2Zk_pMwqIA,149
|
|
@@ -42,7 +42,7 @@ agent/providers/omni/__init__.py,sha256=5ix67iJdtQNGuGJEjEOF65PwFWO7vdo1QlXD28bR
|
|
|
42
42
|
agent/providers/omni/api_handler.py,sha256=7CpD43lYAqTyNKWfrD8XcM9ekbajqKCTH9p0TWtEQyg,1163
|
|
43
43
|
agent/providers/omni/clients/anthropic.py,sha256=nC_lj3UwrLqx9TIew58yxLqKwrH1_LwJD6EqVSEfp3g,3670
|
|
44
44
|
agent/providers/omni/clients/base.py,sha256=6lN86XKZT3cgBT9EQdz2akKoqbIvc-NXXIOkYKwXObE,946
|
|
45
|
-
agent/providers/omni/clients/oaicompat.py,sha256=
|
|
45
|
+
agent/providers/omni/clients/oaicompat.py,sha256=ibGX4ezQSqb3-ITaVffADVjMMxWX-Af4gIpgXh-nKvI,7975
|
|
46
46
|
agent/providers/omni/clients/ollama.py,sha256=PmR5EhU9Mi43_o5mZN36XcpiGKp5HbQwlXpiRF9gO3I,4174
|
|
47
47
|
agent/providers/omni/clients/openai.py,sha256=iTSYWEJEM8INFPGJMiUVs8rFn0781XF_ofRkd7NT3gk,5920
|
|
48
48
|
agent/providers/omni/clients/utils.py,sha256=Ani9CVVBm_J2Dl51WG6p1GVuoI6cq8scISrG0pmQ37o,688
|
|
@@ -62,15 +62,24 @@ 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=6Hye9p_mgJKzMy3WzXgYGhAhML1eE41FrH52kbGnGU4,12097
|
|
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
|
|
69
|
+
agent/providers/uitars/__init__.py,sha256=sq5OMVJP9E_sok9tIiKJreGkjmNWXPMObjPTClYv1es,38
|
|
70
|
+
agent/providers/uitars/clients/base.py,sha256=5w8Ajmq1JiPyUQJUAq1lSkfpA8_Ts80NQiDxPMTtQrI,948
|
|
71
|
+
agent/providers/uitars/clients/oaicompat.py,sha256=Y5hE9rvo7Q7ZIB16c2YIp5U9jn17_uWXpl8Kqg_-ui8,9060
|
|
72
|
+
agent/providers/uitars/loop.py,sha256=CelcGCj8R8v5zI-IyeYz5m88FzaObnYBhOn5kHd15jg,23709
|
|
73
|
+
agent/providers/uitars/prompts.py,sha256=_pQNd438mFpZKZT0aMl6Bd0_GgQxuy9y08kQAMPi9UM,2536
|
|
74
|
+
agent/providers/uitars/tools/__init__.py,sha256=0hc3W6u5TvcXYztYKIyve_C2G3XMfwt_y7grmH0ZHC0,29
|
|
75
|
+
agent/providers/uitars/tools/computer.py,sha256=TeIg_aCtMroxWOBJEiYY_YI4krW_C3pYu51tgGsVUYU,11808
|
|
76
|
+
agent/providers/uitars/tools/manager.py,sha256=2dK9STtz6NuZG3i0nH7ZuHJpb7vKJ2mOVbxGsb0t8lQ,1945
|
|
77
|
+
agent/providers/uitars/utils.py,sha256=y3B91_a5D9hWx4PQl5KNEoZ2G2jUAGZe4m8-m_iI9qw,5184
|
|
69
78
|
agent/telemetry.py,sha256=pVGxbj0ewnvq4EGj28CydN4a1iOfvZR_XKL3vIOqhOM,390
|
|
70
79
|
agent/ui/__init__.py,sha256=ohhxJLBin6k1hl5sKcmBST8mgh23WXgAXz3pN4f470E,45
|
|
71
80
|
agent/ui/gradio/__init__.py,sha256=ANKZhv1HqsLheWbLVBlyRQ7Q5qGeXuPi5jDs8vu-ZMo,579
|
|
72
|
-
agent/ui/gradio/app.py,sha256=
|
|
73
|
-
cua_agent-0.1.
|
|
74
|
-
cua_agent-0.1.
|
|
75
|
-
cua_agent-0.1.
|
|
76
|
-
cua_agent-0.1.
|
|
81
|
+
agent/ui/gradio/app.py,sha256=6dnGEF_YOrlEp8qcfMeQKcZvm3VAFzZFF-lsEpQF1as,41989
|
|
82
|
+
cua_agent-0.1.31.dist-info/METADATA,sha256=jFsDbJrzIDNmVNzc65D-g1zK62Lsfx2XC7tT0rXRgs4,11311
|
|
83
|
+
cua_agent-0.1.31.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
|
|
84
|
+
cua_agent-0.1.31.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
|
85
|
+
cua_agent-0.1.31.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|