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 would like to directly deploy the `Navi` Agent on my current operating system (without the need for virtual machines or cloud setups) and test a specific custom task....
minor fix
I am writing to propose the integration of Ollama, a local large language model (LLM) solution, into the Windows Agent Arena GitHub repository. As the landscape of AI continues to...
Currently, macOS on Silicon does not supporting hosting on `/dev/kvm`. For such hosts, we still need to provide a way to run without KVM acceleration so that the golden image...
I get the following INFO on running `pip install -r requirements.txt`. It can be fixed by providing the version of azure-mgmt-resource used in the authors environments. ``` INFO: pip is...
Hi! I am following the setup instructions, and am running into a roadblock. I seem to be missing `dockerbridge`, and am getting the error `BdsDxe: failed to load Boot0002 "UEFI...
Currently the `src/win-arena-container/entry.sh` script doesn't handle failing of the start_vm process. In this case, the client should also return, so that the container can exit.
Stay on this screen while running the test (winarena) dministrator@DESKTOP-TOH6FGR:/mnt/d/code/WindowsAgentArena/scripts$ ./run-local.sh Using configuration file: /mnt/d/code/WindowsAgentArena/config.json Using mode: azure Using VM Setup Image path: /mnt/d/code/WindowsAgentArena/src/win-arena-container/vm/image Using VM storage mount path: /mnt/d/code/WindowsAgentArena/src/win-arena-container/vm/storage...
Hello, when evaluating the Excel task, I found that Excel software is missing in the environment, preventing the task from opening files. Is this an environment setup issue on my...
The config.json file example in the documentation shows both OpenAI and Azure keys simultaneously: { "OPENAI_API_KEY": "", "AZURE_API_KEY": "", "AZURE_ENDPOINT": "https://yourendpoint.openai.azure.com/" } However, it's unclear: Whether both keys are required...