Commit Graph

1182 Commits

Author SHA1 Message Date
Dillon DuPont
db652a5998 Added error output 2025-08-28 13:59:44 -04:00
Dillon DuPont
b7c6c797cd Added debug=True 2025-08-28 13:44:14 -04:00
Dillon DuPont
0e834c0a6f added CORS middleware 2025-08-28 12:51:45 -04:00
Dillon DuPont
f16de2207d Simplified CORS header 2025-08-27 15:42:00 -04:00
Dillon DuPont
a66c9c89bb simplified examples file 2025-08-27 15:37:10 -04:00
Dillon DuPont
e0fb0235df Added CORS headers 2025-08-27 15:33:32 -04:00
Dillon DuPont
cdc2b58d94 Changed /responses endpoint to be standalone 2025-08-26 10:24:47 -04:00
Dillon DuPont
5db20b9995 added status endpoint with OS 2025-08-26 09:31:01 -04:00
Dillon DuPont
5e41e75779 added agent proxy to computer-server 2025-08-26 09:22:44 -04:00
ddupont
c6ad00d4b7 Changed env examples 2025-08-22 11:40:01 -04:00
Dillon DuPont
8ce9ec870d Added env overrides in agent proxy 2025-08-22 09:41:11 -04:00
Morgan Dean
6539baf0c5 Fix type bugs, remove extensions, update tsdown config with comment 2025-08-21 15:01:48 +01:00
Dillon DuPont
dcb584fbb8 Added function types 2025-08-21 08:14:54 -04:00
Dillon DuPont
52f7eda6e7 Updated types 2025-08-21 08:10:54 -04:00
Morgan Dean
8277c722b2 Setup browser bundling for Agent library 2025-08-21 11:55:02 +01:00
Dillon DuPont
faec64029b Added minimal playground 2025-08-19 17:46:41 -04:00
Dillon DuPont
56dfbd0dc4 Fixed TS types 2025-08-19 17:44:54 -04:00
Dillon DuPont
b202f768ad Fixed TS types 2025-08-19 17:42:34 -04:00
Dillon DuPont
829fde53ba Updated example 2025-08-19 17:38:25 -04:00
Dillon DuPont
7953de3ba4 Added typescript agent client SDK 2025-08-19 17:35:24 -04:00
Dillon DuPont
43d566831b Changed proxy server startup message 2025-08-19 17:35:02 -04:00
Dillon DuPont
0f8d1594aa Merge branch 'main' into feat/agent-proxy 2025-08-19 16:20:38 -04:00
Dillon DuPont
5225de8d88 Added errors for unknown actions agent-v0.4.17 2025-08-19 16:20:19 -04:00
Dillon DuPont
6c52130f1e Merge branch 'main' into feat/agent-proxy 2025-08-19 16:18:20 -04:00
ddupont
c4117d015c Merge pull request #360 from trycua/fix/tool-errors
[Agent] Fix tool error propagation
agent-v0.4.16
2025-08-19 15:54:31 -04:00
Dillon DuPont
07346d566d Improved error message 2025-08-19 15:53:59 -04:00
Dillon DuPont
c9e3af8f17 Implemented computer call and tool call errors 2025-08-19 12:41:37 -04:00
Dillon DuPont
6f5b7363f1 Added ToolError and IllegalArgumentError 2025-08-19 12:27:09 -04:00
Dillon DuPont
e783ab5876 Merge branch 'main' of https://github.com/trycua/cua 2025-08-19 12:22:08 -04:00
Dillon DuPont
7b37b06bee Fixed incorrect self-host command in docs 2025-08-19 12:22:05 -04:00
ddupont
70e863ecc0 Merge pull request #352 from jamesmurdza/fix/readme-images
Fix images and links in READMEs
2025-08-19 12:07:22 -04:00
ddupont
b1caaab26f Merge pull request #359 from jamesmurdza/fix/agent-sdk-anthropic-integration
Upgrade Claude 3.5 snapshot in web app, examples and docs
core-v0.1.9 agent-v0.4.15
2025-08-19 11:46:32 -04:00
James Murdza
9a4c7215d8 Upgrade Claude 3.5 snapshot to a version with computer use support 2025-08-19 11:40:05 -04:00
James Murdza
b3d6192576 Merge pull request #356 from jamesmurdza/fix/litellm-openai-compatibility
Pin OpenAI version to work around BerriAI/litellm#13711
2025-08-19 11:26:04 -04:00
ddupont
feec38bc0d Merge pull request #358 from trycua/fix/docker-invalid-name
[Agent] Removed slashes from container name
computer-v0.4.4
2025-08-19 10:54:15 -04:00
Dillon DuPont
0da160e4db Removed slashes from container name 2025-08-19 10:52:27 -04:00
James Murdza
68fe720eda Pin OpenAI version to work around BerriAI/litellm#13711 2025-08-19 07:19:51 -04:00
James Murdza
da9abc2ad8 Merge pull request #355 from jamesmurdza/fix/refactor-python-telemetry
Update agent/computer SDKs to match changes in telemetry SDK
2025-08-19 06:57:46 -04:00
James Murdza
52b6f1e758 Remove redundant external calls to flush 2025-08-19 06:52:51 -04:00
James Murdza
a998e252ff Delete old logo from lume library 2025-08-19 06:11:51 -04:00
James Murdza
78d9c594e3 Remove broken link 2025-08-18 16:37:20 -04:00
James Murdza
32f9c750e6 Remove missing image 2025-08-18 16:37:20 -04:00
James Murdza
4fd696662c Fix broken link 2025-08-18 16:37:20 -04:00
James Murdza
b62be1bde1 Use absolute paths to fix PyPi project pages 2025-08-18 16:37:20 -04:00
James Murdza
74c26cfaad Merge pull request #336 from jamesmurdza/fix/refactor-python-telemetry
Refactor Python telemetry library
2025-08-18 15:31:45 -04:00
ddupont
3a9b5be660 Merge pull request #350 from trycua/fix/uitars-error
[Agent] Fix UI-TARS predict_click always returning None
agent-v0.4.14
2025-08-18 12:36:51 -04:00
ddupont
efe17de80d Merge pull request #348 from jamesmurdza/fix/pyproject-dependencies
Fix root project build
2025-08-18 09:53:16 -04:00
Dillon DuPont
86c0da81fa Fix UI-TARS predict_click always returning None 2025-08-18 09:48:44 -04:00
James Murdza
0c13470122 Update __version__ in cua-core 2025-08-17 09:40:23 -04:00
James Murdza
31e0362137 Fix root project requires-python version 2025-08-17 09:03:19 -04:00