Skip to content

Releases: microsoft/UFO

New Release for v1.0.0!

06 Jul 13:04
468c8fb
Compare
Choose a tag to compare

News!

We have released v1.0.0 version of UFO!

  • We can our documentation ready!
  • We now support web api to craft content from web page!

What's Changed

New Contributors

Full Changelog: v0.2.1...v1.0.0

v0.2.1 New features for evaluation agent + Gemini support

24 Jun 08:06
f537ba6
Compare
Choose a tag to compare

New Release for v0.2.1! We are excited to announce the release of version 0.2.1! This update includes several new features and improvements:

1. **HostAgent Refactor:** We've refactored the HostAgent to enhance its efficiency in managing AppAgents within UFO.
2. **Evaluation Agent:** Introducing an evaluation agent that assesses task completion and provides real-time feedback.
3. **Google Gemini Support:** UFO now supports Google Gemini as the inference engine. Refer to our detailed guide in [README.md](/model_worker/readme.md).
4. **Customized User Agents:** Users can now create customized agents by simply answering a few questions.

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.2.1

v0.1.1

08 May 14:44
d29ace8
Compare
Choose a tag to compare

Highlights

New Release for v0.1.1! We've made some significant updates! Previously known as AppAgent and ActAgent, we've rebranded them to HostAgent and AppAgent to better align with their functionalities. Explore the latest enhancements:
1. Learning from Human Demonstration: UFO now supports learning from human demonstration! Utilize the Windows Step Recorder to record your steps and demonstrate them for UFO. Refer to our detailed guide in README.md for more information.
2. Win32 Support: We've incorporated support for Win32 as a control backend, enhancing our UI automation capabilities.
3. Extended Application Interaction: UFO now goes beyond UI controls, allowing interaction with your application through keyboard inputs and native APIs! Presently, we support Word (examples), with more to come soon. Customize and build your own interactions.
4. Control Filtering: Streamline LLM's action process by using control filters to remove irrelevant control items. Enable them in config_dev.yaml under the control filtering section at the bottom.

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.2.0

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.1.1

v0.0.1

25 Mar 12:40
0f0a1c7
Compare
Choose a tag to compare

What's Changed

Key Updates:

1. We now support creating your help documents for each Windows application to become an app expert. Check the [README](./learner/README.md) for more details!
2. UFO now supports RAG from offline documents and online Bing search.
3. You can save the task completion trajectory into its memory for UFO's reference, improving its future success rate!
4. You can customize different GPT models for AppAgent and ActAgent. Text-only models (e.g., GPT-4) are now supported!

Detailed contributions

New Contributors

Full Changelog: https://github.com/microsoft/UFO/commits/v0.0.1