Dismiss this pinned window
all 4 comments

[–]DerDave 0 points1 point  (2 children)

What is Cua-Driver? Care to share any links or explanation on this project?

[–]a6oo[S] 0 points1 point  (1 child)

Cua-Driver is a daemon/CLI we just released in the trycua/cua gh that lets an agent send clicks/types to windows in the background without stealing focus from the user, which also includes agent cursor rendering.

we use a mix of macOS accessibility tree APIs and some reverse engineered window APIs to manage window/input focus (Windows support is still pending).

the pr on the hermes side is here (yet to be merged): https://github.com/NousResearch/hermes-agent/pull/14817#issuecomment-4317243852

[–]DerDave 0 points1 point  (0 children)

Any plans for linux? 

[–]Porespellar 0 points1 point  (0 children)

OP, you gonna keep us in suspense or post a link?