Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@

---

<div align="center">

## ⭐ Star History

<a href="https://star-history.com/#auto-use/Auto-Use&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=auto-use/Auto-Use&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=auto-use/Auto-Use&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=auto-use/Auto-Use&type=Date" width="720" />
</picture>
</a>

</div>

---

## ✨ Features

- **GUI automation via hybrid Accessibility + Vision** — Quartz screen capture annotated with the macOS Accessibility tree, then handed to a multimodal LLM. Not pure pixel-guessing, not pure DOM-walking — both at once.
Expand Down
Loading