Commit Graph

744 Commits

Author SHA1 Message Date
Dillon DuPont
84de38bac9 Add windows computer-server 2025-06-13 11:36:46 -04:00
ddupont
d21a4ca294 Update README.md graphic 2025-06-13 10:14:49 -04:00
f-trycua
bdbca73e52 Restore defaultFormatter 2025-06-12 20:12:24 -07:00
f-trycua
efb8850fb7 Fix devcontainer docs for windsurf 2025-06-12 20:11:34 -07:00
f-trycua
d15dc2eaf7 Merge pull request #287 from trycua/fix/x64-docker
Add .devcontainer and Dockerfile fixes
2025-06-13 01:43:54 +02:00
ddupont
2b67b63e1b Update README.md 2025-06-11 23:06:51 -04:00
Dillon DuPont
594e741ae9 Updated readme with dev container 2025-06-11 23:03:00 -04:00
Dillon DuPont
989f294b19 Add workspace post install 2025-06-11 22:52:01 -04:00
Dillon DuPont
2245b0e29e simplified post-install 2025-06-11 18:56:54 -04:00
Dillon DuPont
6e6e0cbc63 Fix code path 2025-06-11 15:46:20 -04:00
Dillon DuPont
949ed18752 debug 2025-06-11 15:26:22 -04:00
Dillon DuPont
017eea0f89 Updated code alias 2025-06-11 15:21:01 -04:00
Dillon DuPont
00497e28ab fix code not found 2025-06-11 15:12:34 -04:00
Dillon DuPont
19c92d8051 bump python version 2025-06-11 15:05:17 -04:00
Dillon DuPont
9f9953be64 abs path 2025-06-11 14:59:32 -04:00
Dillon DuPont
28a5921564 Add build step 2025-06-11 14:54:05 -04:00
Dillon DuPont
4be4f00f46 updated for mac 2025-06-11 14:41:17 -04:00
Dillon DuPont
e9b427fe1b Add xxd 2025-06-11 14:31:43 -04:00
Dillon DuPont
4673144026 workspace setup 2025-06-11 14:28:35 -04:00
Dillon DuPont
bd9c2df944 Fixed path 2025-06-11 14:23:03 -04:00
Dillon DuPont
e1a06b1fae updated workspace folder 2025-06-11 14:22:26 -04:00
Dillon DuPont
38323bdad7 Set default workspace 2025-06-11 14:18:35 -04:00
ddupont
47a36fa557 Update README.md 2025-06-11 14:08:43 -04:00
Dillon DuPont
2050ea84ed Updated launch config 2025-06-11 14:03:00 -04:00
ddupont
bfb71443bf Update README.md 2025-06-11 13:48:08 -04:00
Dillon DuPont
f8045d1bc8 Removed unused vars 2025-06-11 13:30:42 -04:00
Dillon DuPont
6a50d44c90 fixes 2025-06-11 13:26:25 -04:00
Dillon DuPont
337167fcf3 rename devcontainer folder 2025-06-11 13:10:52 -04:00
Dillon DuPont
c5701c95f3 Initial dev container 2025-06-11 13:03:34 -04:00
Dillon DuPont
8eca52410a Added platform detection, opened port 7860 2025-06-11 12:16:50 -04:00
Dillon DuPont
cd7147df00 Fixed incorrect .sh line endings on windows 2025-06-11 12:16:28 -04:00
Dillon DuPont
1e268ecbf1 Exposed UI from outside container 2025-06-11 12:16:19 -04:00
f-trycua
5ce6b2636e Merge pull request #285 from trycua/fix/opt-deps
[Agent] Removed `som` and `torch` requirement from `cua-agent/core`
computer-v0.2.10 agent-v0.2.10 computer-server-v0.1.12
2025-06-10 21:20:46 +02:00
Dillon DuPont
44c98f150a Merge branch 'main' into fix/opt-deps 2025-06-10 15:13:32 -04:00
ddupont
335011aa56 Merge pull request #284 from trycua/feat/computer-ext
[Computer] Add kb+m primitive actions, horizontal scrolling, and file-system commands
2025-06-10 15:12:59 -04:00
Dillon DuPont
11612b1170 Removed som dependency from agent[core], agent[anthropic], and agent[ui] 2025-06-10 15:07:15 -04:00
Dillon DuPont
f9d6edd1c7 Updated README.md 2025-06-10 12:07:06 -04:00
Dillon DuPont
2872e49c3c Fixed test decorators 2025-06-10 12:02:17 -04:00
Dillon DuPont
78c9e948f4 Improved tests 2025-06-10 12:00:09 -04:00
Dillon DuPont
ecdcd7a772 Fixed text 2025-06-10 11:57:05 -04:00
Dillon DuPont
5f8471220d Fix tests and incorrect import 2025-06-10 11:56:02 -04:00
Dillon DuPont
e059324598 Added kb+m press/release actions, filesystem actions, improved accessibility tree, increased timeout for slow commands 2025-06-10 11:47:54 -04:00
ddupont
305c909d9a Merge pull request #283 from trycua/fix/cleanup-resources
[Computer] Add disconnect() method for Computer
2025-06-10 09:28:28 -04:00
Dillon DuPont
664865daa7 Removed warnings on CloudProvider, added disconnect() for resource cleanup 2025-06-09 11:11:02 -04:00
ddupont
5af2866e67 Merge pull request #282 from trycua/fixes/setup
Fixed image retention bug and improved onboarding script
agent-v0.2.8 agent-v0.2.9
2025-06-05 14:21:24 -04:00
Dillon DuPont
d2849624b7 Improve @sanboxed readability 2025-06-05 12:25:09 -04:00
Dillon DuPont
e643a78858 Enforced py3.11 on playground.sh, conditional macOS installs for Intel 2025-06-05 12:07:38 -04:00
Dillon DuPont
a757417427 Image retention in OpenAI, Anthropic (#186). Removed unused BaseMessageManager 2025-06-05 11:59:41 -04:00
ddupont
8d5690e53b Merge pull request #281 from trycua/feat/python-venvs
[Computer/Agent] Add Sandboxed Python Execution API, Stability Fixes
agent-v0.2.7 computer-server-v0.1.11 computer-v0.2.9
2025-06-05 11:57:46 -04:00
Dillon DuPont
e63c5fd81f Finalized README 2025-06-04 15:54:02 -04:00