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
Morgan Dean
613745da7f
Finish writing tests for interfaces
2025-06-19 14:48:38 -07: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
Morgan Dean
593afe220f
Create tests. Note: ws mocking is currently broken
2025-06-18 15:26:07 -07:00
Morgan Dean
10c0fecc1a
Websocket always defined
2025-06-18 13:19:25 -07:00
Morgan Dean
80c7c28799
Implement interfaces, reorganize imports
2025-06-18 13:14:48 -07:00
Morgan Dean
b3eeb0c9f5
Fix issue with previous merge
2025-06-18 13:13:51 -07: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
Morgan Dean
e7a6d68438
update readme
2025-06-18 10:48:05 -07:00
Morgan Dean
0ffea156fc
Linter: ignore dist.
2025-06-18 10:39:37 -07:00
Morgan Dean
5c9e2e7b85
Update package.json, fix linting issues
2025-06-18 10:39:25 -07:00
Morgan Dean
0fef183caa
Create ts workspace for computer
2025-06-18 10:38:28 -07:00
Morgan Dean
cc7b415935
Merge branch 'main' into feature/computer/typescript
2025-06-18 10:25:36 -07:00
Morgan Dean
b8c119b284
Fix logger info
2025-06-18 10:24:17 -07:00
Morgan Dean
affe9d5878
Add warnings to lume implementation, get set up for cloud implementation of computer
2025-06-18 10:21:36 -07: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
Morgan Dean
4fb45edc7f
Merge branch 'main' into feature/computer/typescript
2025-06-17 13:53:40 -04:00
Morgan Dean
f9f88a5f88
Add tests for lume provider -- warn: may not be actually useful
2025-06-17 13:51:26 -04:00
Morgan Dean
f6bc547579
Remove bad claude code, start from scratch with lume provider
2025-06-17 13:38:32 -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