WindowsAgentArena
WindowsAgentArena copied to clipboard
Windows Agent Arena (WAA) 🪟 is a scalable OS platform for testing and benchmarking of multi-modal AI agents.
Hello, I tried making some improvements in code, - I used StringIO to buffer the markdown output and only write it to the file once all experiments are processed. -...
I tried local deployment and stuck at step 3.2 `./run-local.sh --prepare-image true` Here is terminal output ``` Invoking Docker Container with the command: docker run -it --rm -p 8006:8006 -p...
When I was using azure service, I encountered this problem. According to the website prompted in the log, I saw that I should set some environment variables, but I did...
Hi, there! I am continuously using your excellent benchmark framework on Azure and since yesterday , it will give every code that agent generated this response: [31mERROR [32mpython/182-MainProcess[1;33m] [0mFailed to...
xxx@DESKTOP-MOA1P57:/mnt/e/Project/WindowsAgentArena/scripts$ ./run-local.sh Using configuration file: /mnt/e/Project/WindowsAgentArena/config.json Using mode: azure Using VM Setup Image path: /mnt/e/Project/WindowsAgentArena/src/win-arena-container/vm/image Using VM storage mount path: /mnt/e/Project/WindowsAgentArena/src/win-arena-container/vm/storage Using server mount path: /mnt/e/Project/WindowsAgentArena/src/win-arena-container/vm/setup Using client mount path:...
I've tried almost everything, but I keep getting this error: docker: Error response from daemon: error gathering device information while adding custom device "/dev/kvm": no such file or directory. When...
Hi, I am reading through the project code and find that PythonController contains a lot of capabilies via requesting the web interface like /prob, /update_computer, /screenshot, /obs_winagent. I can only...
Has anyone encountered this error when running `run_azure.py` ``` Process Process-1: Traceback (most recent call last): File "/home/dtarcug/miniconda3/envs/winarena/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dtarcug/miniconda3/envs/winarena/lib/python3.9/multiprocessing/process.py", line 108, in run self._target(*self._args,...
I would like to confirm whether the current project supports the development of tasks related to new applications. While reviewing the Task Development Guidelines, I was unable to find specific...
Can I run this container on a Mac? When i use the script(run-local.sh) The following error occurs: [FATAL tini (18)] PR_SET_CHILD_SUBREAPER is unavailable on this platform. Are you using Linux...