Jiarui Yao
4fd8b5be0a
support docker without kvm ( #282 )
2025-07-24 12:31:43 +08:00
yuanmengqi
5e5058c1f2
fix: standardize provider interface parameters across all implementations
...
- Add screen_size parameter to get_vm_path() for all providers (with default 1920x1080)
- Add os_type parameter to start_emulator() for Azure and VirtualBox providers
- Add region parameter to stop_emulator() for VMware, Docker, and VirtualBox providers
- Use *args, **kwargs for better extensibility and parameter consistency
- Add documentation comments explaining ignored parameters for interface consistency
- Prevents TypeError exceptions when AWS-specific parameters are passed to other providers
This ensures all providers can handle the same parameter sets while maintaining
backward compatibility and avoiding interface fragmentation.
2025-07-15 21:38:34 +00:00
Tianbao Xie
20442244fa
[Feature] Initialize and Implement Aguvis Evaluation on OSWorld ( #98 )
...
* Initialize Aguvis eval on OSWorld
* Debug
* Debug
* v1, internal version
* Add experiments script
* Fix minor bugs
* Update new endpoint
* Update ip
* Update
* Update
* Update
* Update
* Update
* Update
* Update
* Update
* Fix model name
* Fix docker close issues; update prompting
* Fix missed
* Fix the default port to avoid crashing on examples like '_update_browse_history_setup'
* Fix server and chromium ports in setup
* Revert and add missed dependency
* Add VLC port for docker
* Update
* Clean
---------
Co-authored-by: Tianbao Xie <tianbaoxie@U-492FC39R-0217.local >
Co-authored-by: FredWuCZ <fredwucz@outlook.com >
2024-11-11 12:36:16 +08:00
Timothyxxx
5bc48e57d5
Clean on multi_env feat
2024-11-03 10:33:04 +08:00
Dunjie Lu
8be2a40967
Docker ( #92 )
...
* multi_env
* multi_env
---------
Co-authored-by: Timothyxxx <384084775@qq.com >
2024-11-02 22:28:23 +08:00
Timothyxxx
3933e0d303
fix(docker): add file lock for port allocation to prevent race conditions
2024-11-02 14:12:57 +08:00
FredWuCZ
ec3671ae01
Update Docker image link
2024-10-17 14:55:20 +08:00
FredWuCZ
6e75e37eb0
Enable Windows VM in Docker
2024-10-17 13:05:29 +08:00
FredWuCZ
3cba868ff3
Update
2024-10-08 17:59:06 +08:00
FredWuCZ
b9339217ef
Update
2024-10-03 16:09:12 +08:00
FredWuCZ
0a21e24a81
Update provider
2024-09-28 16:57:58 +08:00
FredWuCZ
2b4b6d8fdf
Update
2024-09-28 15:07:56 +08:00
FredWuCZ
d0b37f0831
Update
2024-09-28 12:49:29 +08:00
FredWuCZ
5552ac9dcf
Update docker manager & provider
2024-09-28 10:40:27 +08:00
FredWuCZ
da18f2f6e9
Add stop container
2024-09-27 13:22:57 +08:00
FredWuCZ
7c64b62735
Add docker provider framework
2024-09-27 11:03:21 +08:00