Commit Graph

797 Commits

Author SHA1 Message Date
ddupont
01199f0943 Merge pull request #304 from trycua/fix/returncode
[Computer] Add CommandResult dataclass (#295) for run_command with returncode
agent-v0.2.15 computer-v0.3.0
2025-06-25 12:22:10 -04:00
Dillon DuPont
fecaac0c9b Merge branch 'main' into fix/returncode 2025-06-25 12:15:58 -04:00
Dillon DuPont
9774bcd3a7 Bump version for breaking change 2025-06-25 12:12:30 -04:00
Dillon DuPont
35434934cc added shell tests 2025-06-24 08:55:14 -04:00
ddupont
e5442935d0 Merge pull request #303 from trycua/fix/dependencies
Update package dependencies for computer & agent modules
2025-06-24 08:33:37 -04:00
Dillon DuPont
f00d94e81d Fixed tests 2025-06-23 13:07:18 -04:00
Dillon DuPont
b44442372e Moved dataclass to different file 2025-06-23 12:59:22 -04:00
Dillon DuPont
54d585e174 Added build.ps1 and computer[all] installation step 2025-06-23 12:38:25 -04:00
Dillon DuPont
15cfd4d3e4 Update dependencies for agent and computer libs 2025-06-23 12:32:29 -04:00
Dillon DuPont
c382881c69 Add CommandResult dataclass (#295) 2025-06-23 11:07:31 -04:00
ddupont
d4ef68ca99 Update README.md agent-v0.2.14 computer-v0.2.13 agent-v0.2.13 2025-06-20 16:10:08 -04:00
ddupont
7df8c03d20 Update COMPATIBILITY.md 2025-06-20 16:09:44 -04:00
ddupont
baa40202c6 Merge pull request #298 from trycua/fix/mlx
[Fix] Remove mlx-vlm patch, use PyPi release mlx-vlm>=0.1.27
computer-v0.2.12 agent-v0.2.12
2025-06-20 12:22:56 -04:00
ddupont
0ce5f707b7 Merge pull request #297 from trycua/fix/logging
Fix logging hierarchy and remove clutter/print statements
2025-06-20 12:22:39 -04:00
Dillon DuPont
e3d5214546 Added platform specific markers 2025-06-20 11:29:00 -04:00
Dillon DuPont
c8e4236257 Remove patch, use official mlx-vlm 2025-06-20 11:24:50 -04:00
Dillon DuPont
6217c9e830 Removed all print statements 2025-06-20 10:50:43 -04:00
Dillon DuPont
3b42863806 Bump version to fix local build 2025-06-20 10:42:13 -04:00
Dillon DuPont
531fb7ccaf Normalize logging hierarchy (#294) 2025-06-20 10:20:44 -04:00
ddupont
910e8bc937 Merge pull request #293 from trycua/playground/docker
Replaced playground.sh with docker setup
2025-06-19 19:22:11 -04:00
ddupont
87c1dd0451 Added more interleaved images 2025-06-19 19:21:47 -04:00
Dillon DuPont
0f64e2eeef added model compat 2025-06-19 19:09:01 -04:00
Dillon DuPont
22a56c4491 added compat matrix to readme 2025-06-19 18:44:49 -04:00
Dillon DuPont
ee97e4cbb5 Detect if PYLUME_HOST is set 2025-06-19 09:44:59 -04:00
Dillon DuPont
552e3c550c Keep demo dir 2025-06-19 09:12:38 -04:00
Dillon DuPont
7bda09fca5 Made lume provider visible in docker agent UI 2025-06-19 09:04:51 -04:00
Dillon DuPont
6bbeac9777 Use caffeinate on macOS to prevent system sleep during the pull 2025-06-18 15:39:54 -04:00
Dillon DuPont
a77861da47 Docker-based quickstart 2025-06-18 14:16:17 -04:00
ddupont
e2f9427b41 Update winsandbox_example.py
Added pause to example
2025-06-18 12:52:49 -04:00
ddupont
bf3d25bd76 Merge pull request #292 from trycua/feat/windows-server
[Computer] Add support for Windows VMs and Windows Sandbox provider
agent-v0.2.11 computer-server-v0.1.13 computer-v0.2.11
2025-06-18 09:50:29 -07:00
Dillon DuPont
11f9e2ecaa Fix claude omni mappings 2025-06-17 16:12:55 -04:00
Dillon DuPont
769d51c4d2 Add Claude 4 to agent UI 2025-06-17 15:46:58 -04:00
Dillon DuPont
0326b01084 Removed unnecessary conditional 2025-06-17 13:32:50 -04:00
Dillon DuPont
d097ad9c7b Added windows sandbox example 2025-06-17 12:59:35 -04:00
Dillon DuPont
eb8ecad9dd Added windows OS option 2025-06-17 12:56:25 -04:00
Dillon DuPont
d2a0ee0222 Added winsandbox to agent UI 2025-06-17 12:55:26 -04:00
Dillon DuPont
cd64df770f Added agent.ui shorthand 2025-06-17 12:53:18 -04:00
Dillon DuPont
2f472ffe16 Removed logging and delay 2025-06-17 12:51:21 -04:00
Dillon DuPont
f08c018b50 Added winsandbox to gradio UI 2025-06-17 12:37:55 -04:00
Dillon DuPont
7cfe63e50b Fix hotkeys on windows 2025-06-17 12:37:11 -04:00
Dillon DuPont
91ebb81d73 added __main__.py for python -m computer.ui shorthand 2025-06-17 12:30:52 -04:00
Dillon DuPont
a5b2f15579 Merge branch 'main' into feat/windows-server 2025-06-17 12:24:47 -04:00
Dillon DuPont
f12be458e2 added sandbox provider 2025-06-17 12:22:36 -04:00
f-trycua
8ccee43460 Fix certificate verification to handle GitHub secret masking lume-v0.2.22 2025-06-16 17:45:33 -07:00
f-trycua
dad7d4c303 Fix package build error handling and certificate verification
- Add proper error checking for pkgbuild command
- Verify package exists before attempting notarization
- Improve certificate verification in GitHub workflow
- Show actual certificate details instead of just count
- Add specific checks for required Developer ID certificates

This should fix the 'file doesn't exist' error during notarization.
lume-v0.2.21 lume-v0.2.19 lume-v0.2.20
2025-06-16 17:19:46 -07:00
f-trycua
52fc5dd563 Add proper exit codes when notarization fails lume-v0.2.18 2025-06-16 17:12:08 -07:00
f-trycua
1566ab9209 Merge pull request #291 from trycua/fix/images
[Agent] Removed extra screenshots in OpenAI/Anthropic tools, fixed image retention bug
lume-v0.2.16 lume-v0.2.17
2025-06-16 20:48:47 +02:00
Dillon DuPont
ca9308fbd2 Enabled os_choice 2025-06-14 11:15:53 -04:00
Dillon DuPont
22b8a236d6 added cloud provider to computer UI 2025-06-14 10:52:05 -04:00
Dillon DuPont
7d267701a4 Removed pre/post action screenshots in tools. Improved image retention (#289) 2025-06-14 10:05:12 -04:00