UFO
UFO copied to clipboard
A UI-Focused Agent for Windows OS Interaction.
Bumps [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) from 1.25.0 to 1.28.0. Release notes Sourced from msal's releases. MSAL Python 1.28.0 New feature: PublicClientApplication and ConfidentialClientApplication have a new oidc_authority parameter that can be used to...
Add instantiation process as a individual module, which help to modify the given instructions.
Description: This pull request addresses the issue where the modules pyautogui and uiautomation were missing from the requirements.txt file, causing ModuleNotFoundError during runtime. Added pyautogui to handle UI automation tasks...
ENV : UFO:2.0.0 PYTHON:3.10.10 D:\data\UFO2>python -m ufo --task helloufo004 Welcome to use UFO🛸, A UI-focused Agent for Windows OS Interaction. _ _ _____ ___ | | | || ___| /...
After actual experience, I found that the overall time delay was high, mainly because requesting cloud LLM was time-consuming. Is there a quantitative analysis, about how strong the model is...
When to release Picture‑in‑Picture Desktop? Do you have a specific plan?
我想用qwen-vl-32b模型(已本地部署并通过litellm进行转发)去测试osworld测试套,请问我的测试指令应该怎么写? 这样是正确的么?./run-local.sh --mode dev --json-name "evaluation_examples_windows/test_osworld.json" --agent UFO --agent-settings '{"llm_type": "openai", "llm_endpoint": "https:localhost:8008/v1/chat/completions", "llm_auth": {"type": "api-key", "token": ""}}' 另外这样的指令进行测试时会遇到这个错误 Agent response: {'message': "[Errno 2] No such file or directory: '\\\\\\\\host.lan\\\\Data\\\\mm_agents\\\\UFO\\\\logs\\\\excel/4188d3a4-077d-46b7-9c86-23e1a036f6c1\\\\evaluation.log'",...
When automating New Outlook (UWP) using UFO, attempting to open and interact with the "View Settings" modal results in UFO failing to traverse or access the child window. This blocks...
How to make it GUI, not just CLI
Configuration: Windows 10 Pro 20H2 Python 3.10.10 Ollama 0.5.7 DeepSeek-R1:14b model UFO configured to run without visuals. (VISUAL_MODE: False) Issue: chat_completion in ollama.py fails with: Error making API request: 'NoneType'...