UFO icon indicating copy to clipboard operation
UFO copied to clipboard

A UI-Focused Agent for Windows OS Interaction.

Results 60 UFO issues
Sort by recently updated
recently updated
newest added

Hello, the UFO project is fascinating work. I'm really looking forward to seeing these features embedded directly in future Windows updates, rather than needing to run a Python project demo....

I config the host_agent and app_agent with API_TYPE: "qwen", API_MODEL: "qwen-omni-turbo". it always return below error “This model does not support non-streaming output” for any task: ![Image](https://github.com/user-attachments/assets/a61dd248-a1b7-4b3f-8aca-16ee8369f492)

1. Fixed an issue where AAD could not be used for authentication when using Azure OpenAI. ``` shell Round 1, Step 1, HostAgent: Analyzing the user intent and decomposing the...

如何做成一个简洁app或者窗口, 不需要重复运行python -m ufo --task "test_task"

After UFO complete all the request actions and the logs shows Task is Completed. Then it starts summarizing and saving the execution flow as experience, but it failed with below...

Hi, when cloning and running the install cmd 'pip install -r requirements.txt', I get an error to build 'wheel'. Pulled the latest on main and have Python 3.13.1 installed. Any...

Which local model supports running UFO with ollama? I have tried with the latest models, but not a single one worked. python -m ufo --task ollama1 Welcome to use UFO🛸,...

When I try to run model on local machine with Ollama, I got this error: ``` Round 1, Step 1, HostAgent: Analyzing the user intent and decomposing the request... Observations👀:...

Can you please provide a streamlit app where we can add the required credentials and trigger the automation by giving task as input. That would be really helpful. Also, a...