Katehuuh
Katehuuh
I am also getting `RuntimeError: Docker is not installed. Please install Docker to use code execution with agent: Coder` when set `"unsafe"` Expected script behavior: Local endpoint self-host example run...
> [!NOTE] Similar to OmniParser, Holo1 can do vision-click for web interface: > - https://huggingface.co/Hcompany/Holo1-3B > - https://huggingface.co/Hcompany/Holo1-7B
> I am going to run more tests for this feature during the next weeks. Should I find missing cases or other potential improvements I will submit a new PR...
``` (venv) C:\>python -m computer_server INFO:computer_server.cli:Starting CUA Computer API server on 0.0.0.0:8000... INFO:computer_server.cli:HTTP mode (no SSL certificates provided) INFO: Started server process [17004] INFO: Waiting for application startup. INFO: Application...
No, i've `cua-computer 0.2.6 and cua-agent 0.2.5` wich was the lastest version valid for `py3.10`. Now, if upgrading with `pip install cua-computer cua-agent --ignore-requires-python --upgrade`, it leads me to version...
- With `pip install -U git+https://github.com/karkason/pywinsandbox.git` which upgrade from `1.4.0` to `pywinsandbox==1.4.1` ```cmd Starting Windows Sandbox... C:\Users\WDAGUtilityAccount\Desktop\venv\Scripts\python.exe C:\Users\WDAGUtilityAccount\Desktop\venv\lib\site-packages\winsandbox\target.py --disable-firewall C:\Users\WDAGUtilityAccount\Desktop\shared_windows_sandbox_dir\server_address C:\Users\WDAGUtilityAccount\Desktop\site-packages Failed to create Windows Sandbox macos-sequoia-cua_latest: Sandbox server didn't...
lt's recap: 1. Fix for _Python 3.10:_ `pip install cua-computer cua-agent --ignore-requires-python --upgrade` + edit [winsandbox_example.py](https://github.com/trycua/cua/blob/main/examples/winsandbox_example.py): ```diff + from computer import Computer, VMProviderType ... + provider_type=VMProviderType.WINSANDBOX, ``` 2. `pip install...
> [As of July, users are also able to specify a custom client ID and client secret when configuring a server that doesn't support DCR.](https://support.claude.com/en/articles/11503834-building-custom-connectors-via-remote-mcp-servers) Currently, unlike Team & Enterprise...
@saliou-k I also recommend creating a predefined path; See `*** Fix lora path` below. ``` @echo off echo *** Cloning and setup git clone https://github.com/FotographerAI/ZenCtrl.git cd ZenCtrl python -m venv...
> To avoid "No module named 'flux,'" I think this is the right way to start is?: > > ``` > python -m app.gradio_app > ``` Well, doing so: ```cmd...